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 339b12d commit 5d2bb62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/UnitTests/Interop/InteropBindingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@
using FluentAssertions;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;

namespace Concordium.Sdk.Tests.UnitTests.Interop;

[UsesVerify]
public class InteropBindingTests
{
private readonly ITestOutputHelper _outputHelper;

public InteropBindingTests(ITestOutputHelper outputHelper) => this._outputHelper = outputHelper;

[Fact]
public async Task GivenSchemaVersion_WhenSchemaDisplay_ThenReturnSchema()
{
Expand Down

0 comments on commit 5d2bb62

Please sign in to comment.