fix: race condition test

This commit is contained in:
2026-07-15 12:23:33 +07:00
parent 6ec57268db
commit 6aa8c3bd48
5 changed files with 50 additions and 10 deletions
@@ -1922,10 +1922,6 @@ func TestInteraction_Start_ProtocolSelection(t *testing.T) {
time.Sleep(50 * time.Millisecond)
i := mockInteraction.(*interaction)
if i.program != nil {
assert.NotNil(t, i.program, "program should be initialized")
}
i.Stop()
mockConfig.AssertExpectations(t)