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 b968740 commit e6c5995
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func initialize(t *testing.T) ClientCreatorPool {
c := ClientCreatorPool{}
ctxLogger := logging.NewNoopCtxLogger(t)
scope, _, _ := metrics.NewLoggingScope(ctxLogger, "null")
c.Initialize(configs, scope)
_ = c.Initialize(configs, scope)
return c
}

Expand Down Expand Up @@ -70,5 +70,4 @@ func TestGetClientCreatorWithMaxRemainingRateLimit(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, clientCreator)
assert.Equal(t, 9000, c.GetRateLimitRemaining(564754))

}

0 comments on commit e6c5995

Please sign in to comment.