Skip to content

Commit 9d0cd49

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ describe('advanced rpc', () => {
782782

783783
test('polymorphic function with unnamed int param', async () => {
784784
const res = await postgrest.rpc(
785-
// @ts-expect-error Argument of type '"polymorphic_function_with_unnamed_integer"' is not assignable to parameter of type '"blurb_message" | "created_ago" | "days_since_event" | "function_returning_row" | "function_returning_set_of_rows" | "function_returning_single_row" | "function_using_setof_rows_one" | ... 25 more ... | "void_func"'.
785+
// @ts-expect-error Argument of type '"polymorphic_function_with_unnamed_integer"' is not assignable to parameter of type
786786
'polymorphic_function_with_unnamed_integer',
787787
{
788788
'': 1,

0 commit comments

Comments
 (0)