typo
This commit is contained in:
parent
e9383caa01
commit
b95314c964
@ -6,6 +6,7 @@ import (
|
|||||||
|
|
||||||
func (suite *ThrottlerTestSuite) Test_AsyncDeliverOneValue() {
|
func (suite *ThrottlerTestSuite) Test_AsyncDeliverOneValue() {
|
||||||
value := 0
|
value := 0
|
||||||
|
|
||||||
pollInterval := 10 * time.Millisecond
|
pollInterval := 10 * time.Millisecond
|
||||||
|
|
||||||
throttler := NewAsyncThrottler[int](func(v *int) {
|
throttler := NewAsyncThrottler[int](func(v *int) {
|
||||||
|
Loading…
Reference in New Issue
Block a user