Skip to content

Commit ba61fba

Browse files
committed
style: format local HTTP SQL confirmation assertion
1 parent dfa8c63 commit ba61fba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/mcp-server-supabase/src/transports/local-http-entry.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ describe('startLocalHttpEntry', () => {
253253
)) as CallToolResult | InputRequiredResult;
254254

255255
if (isInputRequiredResult(accepted)) {
256-
throw new Error('expected accepted SQL to execute without re-prompting');
256+
throw new Error(
257+
'expected accepted SQL to execute without re-prompting'
258+
);
257259
}
258260
expect(accepted.isError).toBeFalsy();
259261
expect(

0 commit comments

Comments
 (0)