summaryrefslogtreecommitdiff
path: root/app/models/character/character.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/character/character.test.ts')
-rw-r--r--app/models/character/character.test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/character/character.test.ts b/app/models/character/character.test.ts
index 2f330b4..d7bfac7 100644
--- a/app/models/character/character.test.ts
+++ b/app/models/character/character.test.ts
@@ -1,9 +1,9 @@
-import { CharacterModel } from "./character"
+import { CharacterModel } from './character'
-test("can be created", () => {
+test('can be created', () => {
const instance = CharacterModel.create({
id: 1,
- name: "Rick Sanchez",
+ name: 'Rick Sanchez',
})
expect(instance).toBeTruthy()