This commit is contained in:
Sean Braithwaite 2019-07-30 12:01:09 +02:00
parent c14f8892d0
commit cb39a41a44

View File

@ -56,6 +56,8 @@ func TestStatefulRoutine(t *testing.T) {
go routine.run()
go routine.feedback()
go routine.send(eventA{})
routine.wait()
}