Skip to content

Commit

Permalink
Return null from IDisconnect.Disconnect since it tests more code paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Apr 15, 2012
1 parent 425c868 commit 2f84c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignalR.Tests/DisconnectFacts.cs
Expand Up @@ -182,7 +182,7 @@ public Task Disconnect()
{
_disconnectWh.Set();

return TaskAsyncHelper.Empty;
return null;
}

public Task Connect()
Expand Down

0 comments on commit 2f84c51

Please sign in to comment.