diff --git a/connection_internal_test.go b/connection_internal_test.go index 1ee4d13e8..081b3c110 100644 --- a/connection_internal_test.go +++ b/connection_internal_test.go @@ -45,7 +45,7 @@ func TestReadLoop(t *testing.T) { stream := "hello8=FIX.4.09=5blah10=103garbage8=FIX.4.09=4foo10=103" parser := newParser(strings.NewReader(stream)) - go readLoop(parser, msgIn) + go readLoop(parser, msgIn, nullLog{}) var tests = []struct { expectedMsg string