Fix lint
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
ea69386519
commit
9fbd2a50ff
@ -19,7 +19,7 @@ func TestTimedBSSimple(t *testing.T) {
|
|||||||
tc.clock = mClock
|
tc.clock = mClock
|
||||||
tc.doneRotatingCh = make(chan struct{})
|
tc.doneRotatingCh = make(chan struct{})
|
||||||
|
|
||||||
tc.Start(context.Background())
|
_ = tc.Start(context.Background())
|
||||||
mClock.Add(1) // IDK why it is needed but it makes it work
|
mClock.Add(1) // IDK why it is needed but it makes it work
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user