Skip to content

Commit a2c07da

Browse files
chore: wip
1 parent 582fa5c commit a2c07da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client.model-facade.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('model-like facade usage examples (typed only)', () => {
6666
// smoke-compile calls (no runtime exec)
6767
void UserModel.create({ email: '[email protected]', name: 'X', role: 'guest' })
6868
void UserModel.createMany([{ email: '[email protected]', name: 'A', role: 'member' }])
69-
void UserModel.firstOrCreate({ email: '[email protected]' }, { name: 'X' })
69+
void UserModel.firstOrCreate({ email: '[email protected]' }, { name: 'X' })
7070
void UserModel.updateOrCreate({ email: '[email protected]' }, { name: 'M' })
7171
void UserModel.save({ id: 1, role: 'admin' })
7272
void UserModel.find(1)

0 commit comments

Comments
 (0)