Skip to content

Commit 546b2d9

Browse files
chore: improve code coverage
1 parent 0d89c71 commit 546b2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/MerkleNodeTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void NullHash()
3939
{
4040
ExceptionAssert.Throws<ArgumentNullException>(() => new MerkleNode((string)null));
4141
ExceptionAssert.Throws<ArgumentNullException>(() => new MerkleNode(""));
42+
ExceptionAssert.Throws<ArgumentNullException>(() => new MerkleNode((MultiHash)null));
4243
}
4344

4445
[TestMethod]

0 commit comments

Comments
 (0)