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 d95bfc8 commit 45a245b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/UnitTests/Interop/InteropBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ public async Task GivenBadReceiveParam_WhenDisplayReceiveParam_ThenThrowExceptio
var contractIdentifier = new ContractIdentifier(contractName);
var entryPoint = new EntryPoint(entrypoint);

try
{
var receiveContractParameter = InteropBinding.GetReceiveContractParameter(versionedModuleSchema, contractIdentifier, entryPoint, parameter);
}
catch (InteropBindingException e)
{
this._outputHelper.WriteLine($"This is some result: {e.Result}");
}

// Act
var action = () => InteropBinding.GetReceiveContractParameter(versionedModuleSchema, contractIdentifier, entryPoint, parameter);

Expand Down

0 comments on commit 45a245b

Please sign in to comment.