Skip to content

Commit 9bf03a2

Browse files
authored
Update HubConnection.Reconnect.test.ts
1 parent 0da8e75 commit 9bf03a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/signalr/tests/HubConnection.Reconnect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,6 @@ describe("auto reconnect", () => {
876876
expect(closeCount).toBe(1);
877877
},
878878
"Failed to complete negotiation with the server: Error with negotiate",
879-
"Failed to start the connection: Error with negotiate");
879+
"Failed to start the connection: Error: Failed to complete negotiation with the server: Error with negotiate");
880880
});
881881
});

0 commit comments

Comments
 (0)