From 9de5bba80fd0fb17267696aa22552ccc08385142 Mon Sep 17 00:00:00 2001 From: schwartz-concordium <132270889+schwartz-concordium@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:11:13 +0100 Subject: [PATCH] Update InteropBindingTests.cs --- tests/UnitTests/Interop/InteropBindingTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UnitTests/Interop/InteropBindingTests.cs b/tests/UnitTests/Interop/InteropBindingTests.cs index 6d3f93aa..1f96dfaa 100644 --- a/tests/UnitTests/Interop/InteropBindingTests.cs +++ b/tests/UnitTests/Interop/InteropBindingTests.cs @@ -105,7 +105,7 @@ public async Task GivenBadReceiveParam_WhenDisplayReceiveParam_ThenThrowExceptio action.Should().Throw() .Where(e => e.Result == Result.JsonError && - e.Message.StartsWith("Failed to deserialize AccountAddress due to: Could not parse AccountAddress")); + e.Message.StartsWith("Failed to deserialize AccountAddress due to: Could not parse AccountAddress", StringComparison.Ordinal)); } [Fact]