Skip to content

Commit b463ab2

Browse files
authored
Update client/src/lib/hooks/__tests__/useConnection.test.tsx
1 parent f82460e commit b463ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/lib/hooks/__tests__/useConnection.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,8 @@ describe("useConnection", () => {
862862
expect(
863863
mockStreamableHTTPTransport.url?.searchParams.get("proxyFullAddress"),
864864
).toBeNull();
865-
865+
});
866+
});
866867
describe("OAuth Error Handling with Scope Discovery", () => {
867868
beforeEach(() => {
868869
jest.clearAllMocks();

0 commit comments

Comments
 (0)