We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca3bb6 commit 656ab4cCopy full SHA for 656ab4c
1 file changed
block/internal/syncing/syncer_test.go
@@ -880,6 +880,7 @@ func TestSyncLoopPersistState(t *testing.T) {
880
eventCh <- datypes.SubscriptionEvent{Height: myFutureDAHeight}
881
syncerInst1.startSyncWorkers(ctx)
882
syncerInst1.wg.Wait()
883
+ follower1.Stop()
884
requireEmptyChan(t, errorCh)
885
886
t.Log("sync workers on instance1 completed")
0 commit comments