Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed May 18, 2024
1 parent e6c5995 commit 171a767
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ func TestGetClientCreatorWithMaxRemainingRateLimit(t *testing.T) {
clientCreator, err := c.GetClientCreatorWithMaxRemainingRateLimit()
assert.NoError(t, err)
assert.NotNil(t, clientCreator)
assert.Equal(t, clientCreator, c.idToClientCreator[564754])
assert.Equal(t, 9000, c.GetRateLimitRemaining(564754))
}

0 comments on commit 171a767

Please sign in to comment.