We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4232a commit 803d872Copy full SHA for 803d872
tests/Neo.UnitTests/Network/P2P/Payloads/UT_NotaryAssisted.cs
@@ -58,7 +58,7 @@ public void DeserializeAndSerialize()
58
59
// Wrong type
60
buffer[0] = 0xff;
61
- Assert.ThrowsException<FormatException>(() =>
+ Assert.ThrowsExactly<FormatException>(() =>
62
{
63
var reader = new MemoryReader(buffer);
64
TransactionAttribute.DeserializeFrom(ref reader);
0 commit comments