Skip to content

Commit c59fe2f

Browse files
Use correct exception.
1 parent 742089f commit c59fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rgen/Microsoft.Macios.Generator.Tests/AssertEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static void True (bool condition)
106106

107107
try {
108108
Assert.True (condition);
109-
} catch (EqualException ex) {
109+
} catch (TrueException ex) {
110110
_exceptions.Add (ex);
111111
}
112112
}

0 commit comments

Comments
 (0)