Skip to content

Commit cafa78a

Browse files
mandariniavallete
andauthored
Update packages/core/postgrest-js/test/embeded_functions_join.test.ts
Co-authored-by: Andrew Valleteau <[email protected]>
1 parent 9d0cd49 commit cafa78a

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
@@ -1254,7 +1254,7 @@ describe('embeded functions select', () => {
12541254
expectType<TypeEqual<typeof result, typeof expected>>(true)
12551255
ExpectedSchema.parse(res.data)
12561256
const use_rpc_call = await postgrest.rpc('created_ago', {
1257-
// @ts-expect-error Object literal may only specify known properties, and 'id' does not exist in type '{ '': { created_at: string | null; id: number; previous_value: number | null; created_ago: number | null; }; }'.
1257+
// @ts-expect-error Object literal may only specify known properties
12581258
id: 1,
12591259
})
12601260
expect(use_rpc_call).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)