From 3c77a6e0f03de438b7c2247ef9c086ecc23ebc24 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 27 Jan 2025 13:01:02 -0800 Subject: [PATCH] Use built-in type names. --- tests/IntegrationTests/TestUtilities.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/IntegrationTests/TestUtilities.cs b/tests/IntegrationTests/TestUtilities.cs index 737c9a9a4..c7210f8bd 100644 --- a/tests/IntegrationTests/TestUtilities.cs +++ b/tests/IntegrationTests/TestUtilities.cs @@ -18,7 +18,7 @@ public static void AssertEqual(byte[] expected, byte[] actual) } /// - /// Verifies that is an integer ( or ) with the value 1. + /// Verifies that is an integer ( or ) with the value 1. /// public static void AssertIsOne(object value) {