Skip to content

Commit 64bfb14

Browse files
committed
fix linter issue
1 parent b225020 commit 64bfb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/misc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestAPIMeta(t *testing.T) {
4949
}
5050

5151
func TestRateLimits(t *testing.T) {
52-
limits, _, err := client.RateLimits(context.Background())
52+
limits, _, err := client.RateLimit.Get(context.Background())
5353
if err != nil {
5454
t.Fatalf("RateLimits returned error: %v", err)
5555
}

0 commit comments

Comments
 (0)