Skip to content

Commit 63690b5

Browse files
committed
update
1 parent 02df86a commit 63690b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/test/v2-migrated/issue-665.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ model User {
1818
`,
1919
);
2020

21-
await db.$unuseAll.user.create({ data: { id: 1, username: 'test', password: 'test', admin: true } });
21+
await db.$unuseAll().user.create({ data: { id: 1, username: 'test', password: 'test', admin: true } });
2222

2323
// admin
2424
let r = await db.$setAuth({ id: 1, admin: true }).user.findFirst();

0 commit comments

Comments
 (0)