Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-10-23 20:50:17 +02:00
parent ea69386519
commit 9fbd2a50ff
+1 -1
View File
@@ -19,7 +19,7 @@ func TestTimedBSSimple(t *testing.T) {
tc.clock = mClock
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
defer func() {