We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5138fb commit e23228eCopy full SHA for e23228e
1 file changed
tests/e2e/orm/client-api/delegate.test.ts
@@ -39,7 +39,7 @@ describe('Delegate model tests ', () => {
39
},
40
41
}),
42
- ).rejects.toThrow('is a delegate');
+ ).rejects.toThrow('Unrecognized key: "create"');
43
44
// create entity with two levels of delegation
45
await expect(
0 commit comments