Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Commit e0a8bb0

Browse files
committed
Just 23 failures
1 parent 9ad8f79 commit e0a8bb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DotNetOpenAuth.Test/OpenId/ChannelElements/ExtensionsBindingElementTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ await this.RoundtripAsync(
191191
new IOpenIdMessageExtension[] { request1, request2 },
192192
new IOpenIdMessageExtension[0]);
193193
Assert.Fail("Expected ProtocolException not thrown.");
194-
} catch (AssertionException ex) {
195-
Assert.IsInstanceOf<ProtocolException>(ex.InnerException);
194+
} catch (ProtocolException) {
195+
// success
196196
}
197197
}
198198

0 commit comments

Comments
 (0)