Skip to content

Commit 3c77a6e

Browse files
committed
Use built-in type names.
1 parent a64e5c4 commit 3c77a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTests/TestUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void AssertEqual(byte[] expected, byte[] actual)
1818
}
1919

2020
/// <summary>
21-
/// Verifies that <paramref name="value"/> is an integer (<see cref="Int32"/> or <see cref="Int64"/>) with the value <code>1</code>.
21+
/// Verifies that <paramref name="value"/> is an integer (<see cref="int"/> or <see cref="long"/>) with the value <code>1</code>.
2222
/// </summary>
2323
public static void AssertIsOne(object value)
2424
{

0 commit comments

Comments
 (0)