Fix accidental skipped tests (#4301)
This commit is contained in:
parent
78c0813631
commit
e435fd1d23
|
|
@ -273,7 +273,7 @@ describe("HubConnection", () => {
|
|||
});
|
||||
});
|
||||
|
||||
it.only("start completes if connection closes and handshake not received yet", async () => {
|
||||
it("start completes if connection closes and handshake not received yet", async () => {
|
||||
await VerifyLogger.run(async (logger) => {
|
||||
const mockProtocol = new TestProtocol(TransferFormat.Text);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue