Skip to content

Commit e435fd1

Browse files
Fix accidental skipped tests (#4301)
1 parent 78c0813 commit e435fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe("HubConnection", () => {
273273
});
274274
});
275275

276-
it.only("start completes if connection closes and handshake not received yet", async () => {
276+
it("start completes if connection closes and handshake not received yet", async () => {
277277
await VerifyLogger.run(async (logger) => {
278278
const mockProtocol = new TestProtocol(TransferFormat.Text);
279279

0 commit comments

Comments
 (0)