Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Sep 26, 2022
1 parent e4a9f9c commit b246730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/main_loops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ func TestGetEthBlockDelay(t *testing.T) {
assert.Equal(t, uint64(96), getEthBlockDelay(1))
assert.Equal(t, uint64(0), getEthBlockDelay(2018))
assert.Equal(t, uint64(10), getEthBlockDelay(5))
assert.Equal(t, uint64(13), getEthBlockDelay(1235))
assert.Equal(t, uint64(96), getEthBlockDelay(1235))
}

0 comments on commit b246730

Please sign in to comment.