Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 13, 2024
1 parent 2c5d415 commit 1e66bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flowkit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@ func TestBlocksGet_Integration(t *testing.T) {
block, err := flowkit.GetBlock(ctx, BlockQuery{Latest: true})

assert.NoError(t, err)
assert.Equal(t, block.Height, uint64(0))
assert.Equal(t, block.ID.String(), "03d40910037d575d52831647b39814f445bc8cc7ba8653286c0eb1473778c34f")
assert.Equal(t, uint64(0), block.Height)
assert.Equal(t, "a20c602fbee6fe4491e116403e3258e7b7924609696ab2edb9a93eed2c29e445", block.ID.String())
})
}

Expand Down

0 comments on commit 1e66bc5

Please sign in to comment.