diff --git a/tests/UnitTests/Interop/InteropBindingTests.cs b/tests/UnitTests/Interop/InteropBindingTests.cs index 5914ba47..f8f1be00 100644 --- a/tests/UnitTests/Interop/InteropBindingTests.cs +++ b/tests/UnitTests/Interop/InteropBindingTests.cs @@ -104,9 +104,8 @@ public async Task GivenBadReceiveParam_WhenDisplayReceiveParam_ThenThrowExceptio // Assert action.Should().Throw() .Where(e => - e.Result == Result.JsonError - // && e.Message.StartsWith("Failed to deserialize AccountAddress due to: Could not parse AccountAddress") - ); + e.Result == Result.JsonError && + e.Message.StartsWith("Failed to deserialize AccountAddress due to: Could not parse AccountAddress", StringComparison.InvariantCulture)); } [Fact]