Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Nov 9, 2023
1 parent fa635fb commit fa7c7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/consolereader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func testReaderConsoleReader(helperFunc func(), lines chan string, closer func()

l := &ConsoleReader{
lines: lines,
blockEncoder: firecore.NewGenericBlockEncoder(1),
blockEncoder: firecore.NewBlockEncoder(),
close: closer,
ctx: &parseCtx{
logger: zlogTest,
Expand Down

0 comments on commit fa7c7cd

Please sign in to comment.