Skip to content

Commit

Permalink
Merge branch 'main' into ENG-1181-upgrade-payment-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstepp committed Sep 20, 2024
2 parents 1e0c6c1 + 426a797 commit 8fbb621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/agent/services/ratelimit/ratelimit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func TestAccuracy_fixed_time(t *testing.T) {

require.GreaterOrEqual(t, passed, lower)
require.LessOrEqual(t, passed, int64(float64(limit*(windows+1))*upper))

})
}

Expand Down

0 comments on commit 8fbb621

Please sign in to comment.