Skip to content

Commit 035d82e

Browse files
committed
Adds nullLog
1 parent 525b62c commit 035d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestReadLoop(t *testing.T) {
4545
stream := "hello8=FIX.4.09=5blah10=103garbage8=FIX.4.09=4foo10=103"
4646

4747
parser := newParser(strings.NewReader(stream))
48-
go readLoop(parser, msgIn)
48+
go readLoop(parser, msgIn, nullLog{})
4949

5050
var tests = []struct {
5151
expectedMsg string

0 commit comments

Comments
 (0)