Skip to content

Commit

Permalink
Use built-in type names.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 27, 2025
1 parent a64e5c4 commit 3c77a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntegrationTests/TestUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void AssertEqual(byte[] expected, byte[] actual)
}

/// <summary>
/// Verifies that <paramref name="value"/> is an integer (<see cref="Int32"/> or <see cref="Int64"/>) with the value <code>1</code>.
/// Verifies that <paramref name="value"/> is an integer (<see cref="int"/> or <see cref="long"/>) with the value <code>1</code>.
/// </summary>
public static void AssertIsOne(object value)
{
Expand Down

0 comments on commit 3c77a6e

Please sign in to comment.