Skip to content

Commit c24877a

Browse files
committed
fix: tests
1 parent b68cfa2 commit c24877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server-supabase/src/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ describe('tools', () => {
661661
},
662662
});
663663

664-
expect(result).toEqual([]);
664+
expect(result).toEqual(undefined);
665665

666666
const listMigrationsResult = await callTool({
667667
name: 'list_migrations',

0 commit comments

Comments
 (0)