Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed Jan 23, 2024
1 parent a514edf commit 058cbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disperser/dataapi/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func TestFetchUnsignedBatchesHandler(t *testing.T) {
assert.Equal(t, 3, operator.TotalBatches)
assert.Equal(t, 1, operator.TotalUnsignedBatches)
assert.Equal(t, float64(33.33), operator.Percentage)
assert.Equal(t, 1, len(response.Operators))
assert.Equal(t, 2, len(response.Operators))
}

func setUpRouter() *gin.Engine {
Expand Down

0 comments on commit 058cbfe

Please sign in to comment.