diff --git a/blockchain/v2/routines_test.go b/blockchain/v2/routines_test.go index 3d840be3..d84081c9 100644 --- a/blockchain/v2/routines_test.go +++ b/blockchain/v2/routines_test.go @@ -56,6 +56,8 @@ func TestStatefulRoutine(t *testing.T) { go routine.run() go routine.feedback() + go routine.send(eventA{}) + routine.wait() }