Fix accidental skipped tests (#4301)

This commit is contained in:
BrennanConroy 2018-11-29 09:25:52 -08:00 committed by GitHub
parent 78c0813631
commit e435fd1d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);