Skip to content

Commit 823e071

Browse files
mandariniavallete
andauthored
Update packages/core/postgrest-js/test/embeded_functions_join.test.ts
Co-authored-by: Andrew Valleteau <avallete@users.noreply.github.com>
1 parent cafa78a commit 823e071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/postgrest-js/test/embeded_functions_join.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ describe('embeded functions select', () => {
13091309
expectType<TypeEqual<typeof result, typeof expected>>(true)
13101310
ExpectedSchema.parse(res.data)
13111311
const use_rpc_call = await postgrest.rpc('days_since_event', {
1312-
// @ts-expect-error Object literal may only specify known properties, and 'id' does not exist in type '{ '': { created_at: string; data: unknown; event_type: string | null; id: number; days_since_event: number | null; }; }'.
1312+
// @ts-expect-error Object literal may only specify known properties
13131313
id: 1,
13141314
})
13151315
expect(use_rpc_call).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)