diff --git a/pkg/support/throttling/async_throttler_test.go b/pkg/support/throttling/async_throttler_test.go index c50449c..ab60034 100644 --- a/pkg/support/throttling/async_throttler_test.go +++ b/pkg/support/throttling/async_throttler_test.go @@ -6,6 +6,7 @@ import ( func (suite *ThrottlerTestSuite) Test_AsyncDeliverOneValue() { value := 0 + pollInterval := 10 * time.Millisecond throttler := NewAsyncThrottler[int](func(v *int) { diff --git a/pkg/support/throttling/cloek_test.go b/pkg/support/throttling/clock_test.go similarity index 100% rename from pkg/support/throttling/cloek_test.go rename to pkg/support/throttling/clock_test.go