Skip to content

Commit

Permalink
Update InteropBindingTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Jan 26, 2024
1 parent 45a245b commit bbec468
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/UnitTests/Interop/InteropBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbec468

Please sign in to comment.