Skip to content

Commit

Permalink
undo weird branch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed Jul 4, 2024
1 parent c2284ca commit 2cbacbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tenscan/tenscan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func TestTenscan(t *testing.T) {
err = json.Unmarshal(body, &batchlistingObj)
assert.NoError(t, err)
assert.LessOrEqual(t, 9, len(batchlistingObj.Result.BatchesData))
assert.LessOrEqual(t, uint64(40), batchlistingObj.Result.Total)
assert.LessOrEqual(t, uint64(9), batchlistingObj.Result.Total)
// check results are descending order (latest first)
assert.LessOrEqual(t, batchlistingObj.Result.BatchesData[1].Height.Cmp(batchlistingObj.Result.BatchesData[0].Height), 0)
// check "hash" field is included in json response
Expand Down

0 comments on commit 2cbacbe

Please sign in to comment.