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 a9443a1 commit 532121eCopy full SHA for 532121e
test/client.test.ts
@@ -75,7 +75,7 @@ describe('Dynamic schema', () => {
75
test('should swap schemas', async () => {
76
const client = createClient<Database>('HTTP://localhost:3000', KEY)
77
expect(client.schema('personal')).toBeInstanceOf(PostgrestClient)
78
- expect(client.schema('personal').from('users').insert([]).maxAffected(21)).toBe('personal')
+ expect(client.schema('personal').from('users').schema).toBe('personal')
79
})
80
81
0 commit comments