Skip to content

Commit

Permalink
Adds nullLog
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed May 17, 2024
1 parent 525b62c commit 035d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 035d82e

Please sign in to comment.