This commit is contained in:
aarshkshah1992
2025-11-04 21:11:45 +04:00
parent 14158bea9c
commit ab2e836d3f

View File

@@ -329,6 +329,8 @@ func TestHandshakeHandlers_Roundtrip(t *testing.T) {
chainStarted: abool.New(),
subHandler: newSubTopicHandler(),
}
r.gossipsubController = NewGossipsubController(ctx, r)
markInitSyncComplete(t, r)
clock := startup.NewClockSynchronizer()
require.NoError(t, clock.SetClock(startup.NewClock(time.Now(), [32]byte{})))