Skip to content

Commit 7d3e429

Browse files
author
Cédric Belin
committed
Code optimization
1 parent 48741d6 commit 7d3e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/report_test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void Parse() {
4444
AreEqual(9, lines.Data.Count);
4545
AreEqual("5kX7OTfHFcjnS98fjeVqNA", lines.Data[0].Checksum);
4646

47-
ThrowsException<FormatException>(() => Report.Parse("TN:Example"));
47+
ThrowsExactly<FormatException>(() => Report.Parse("TN:Example"));
4848
}
4949

5050
[TestMethod("ToString")]

0 commit comments

Comments
 (0)