Skip to content

Commit 372a70a

Browse files
danilonetoCopilot
andauthored
Update src/SignalR/clients/ts/signalr/tests/AccessTokenHttpClient.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0b490cf commit 372a70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/signalr/tests/AccessTokenHttpClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe("AccessTokenHttpClient", () => {
7373
await client.get("http://example.com/prime");
7474
try {
7575
await client.get("http://example.com/resource");
76-
fail("expected to throw");
76+
expect.fail("expected to throw");
7777
} catch (e: any) {
7878
expect(e).toBeInstanceOf(HttpError);
7979
expect(e.statusCode ?? e.status).toBe(status);

0 commit comments

Comments
 (0)