From bbec4685678b4905d71888118eeab9e80ce056dc Mon Sep 17 00:00:00 2001 From: schwartz-concordium <132270889+schwartz-concordium@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:21:42 +0100 Subject: [PATCH] Update InteropBindingTests.cs --- tests/UnitTests/Interop/InteropBindingTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UnitTests/Interop/InteropBindingTests.cs b/tests/UnitTests/Interop/InteropBindingTests.cs index bd646267..291fd9cf 100644 --- a/tests/UnitTests/Interop/InteropBindingTests.cs +++ b/tests/UnitTests/Interop/InteropBindingTests.cs @@ -58,7 +58,6 @@ public async Task GivenBadSchema_WhenSchemaDisplay_ThenThrowExceptionWithParseEr var versionedModuleSchema = new VersionedModuleSchema(schema[..^3], ModuleSchemaVersion.V1); // Bad schema // Act - var action = () => InteropBinding.SchemaDisplay(versionedModuleSchema); // Assert