We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525b62c commit 035d82eCopy full SHA for 035d82e
connection_internal_test.go
@@ -45,7 +45,7 @@ func TestReadLoop(t *testing.T) {
45
stream := "hello8=FIX.4.09=5blah10=103garbage8=FIX.4.09=4foo10=103"
46
47
parser := newParser(strings.NewReader(stream))
48
- go readLoop(parser, msgIn)
+ go readLoop(parser, msgIn, nullLog{})
49
50
var tests = []struct {
51
expectedMsg string
0 commit comments