From cb39a41a44b009b563793090e551bc8f8032018c Mon Sep 17 00:00:00 2001 From: Sean Braithwaite Date: Tue, 30 Jul 2019 12:01:09 +0200 Subject: [PATCH] typo --- blockchain/v2/routines_test.go | 2 ++ 1 file changed, 2 insertions(+) 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() }