Merge in 'release/2.2' changes

This commit is contained in:
dotnet-bot 2018-11-29 17:26:57 +00:00
commit da7f95dfa2
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);