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
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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() {