diff --git a/pkg/ingester/limiter_test.go b/pkg/ingester/limiter_test.go index a099387208..e4759191c1 100644 --- a/pkg/ingester/limiter_test.go +++ b/pkg/ingester/limiter_test.go @@ -2,10 +2,11 @@ package ingester import ( "errors" - "github.com/prometheus/prometheus/model/labels" + "math" "testing" + "github.com/prometheus/prometheus/model/labels" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require"