Skip to content

Commit

Permalink
Fixing bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Nov 6, 2013
1 parent 77370b7 commit 08d9774
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -241,7 +241,7 @@ public void CallingStopInClientMethodWorks(HostType hostType, TransportType tran

Assert.True(false, "The hub method invocation should fail.");
}
catch (AggregateException)
catch (Exception)
{
// This should throw as the invocation result will not be received due to the connection stopping
Assert.True(true);
Expand Down

0 comments on commit 08d9774

Please sign in to comment.