Skip to content

Commit

Permalink
Removed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Aug 11, 2023
1 parent 0f9e069 commit b61f58b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/IntegrationTests/Client/GetBlockInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ public GetBlockInfo(ITestOutputHelper output) : base(output)
{
}

[Fact]
public async Task GivenBlockWithOneTransaction_WhenGetBlockInfo_ThenTransactionCountOne()
{
// Arrange
var blochHashString = this.GetString("blockHashOneTransaction");


// Act
var info = await this.Client.GetBlockInfoAsync(new Given(BlockHash.From(blochHashString)));

// Assert
info.Response.TransactionCount.Should().Be(1);
}

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

0 comments on commit b61f58b

Please sign in to comment.