Skip to content

Commit

Permalink
fix unit test build
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-r-reis committed May 29, 2024
1 parent 5aba4d2 commit fd4b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ func TestStream0(t *testing.T) {
conn := &Conn{
r: bufio.NewReader(&buf),
streams: streams.New(protoVersion4),
logger: &defaultLogger{},
logger: newInternalLoggerFromStdLogger(&defaultLogger{}, LogLevelNone),
}

err := conn.recv(context.Background())
Expand Down

0 comments on commit fd4b484

Please sign in to comment.