Skip to content

Commit e23228e

Browse files
committed
fix test
1 parent a5138fb commit e23228e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/orm/client-api/delegate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Delegate model tests ', () => {
3939
},
4040
},
4141
}),
42-
).rejects.toThrow('is a delegate');
42+
).rejects.toThrow('Unrecognized key: "create"');
4343

4444
// create entity with two levels of delegation
4545
await expect(

0 commit comments

Comments
 (0)