Skip to content

Commit

Permalink
Fixes a test from #3216. (#3562)
Browse files Browse the repository at this point in the history
Minor refactoring missing.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Mar 31, 2021
1 parent b152bc2 commit d450bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chunkenc/memchunk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ func Test_HeadIteratorReverse(t *testing.T) {
}

assertOrder := func(t *testing.T, total int64) {
expr, err := logql.ParseLogSelector(`{app="foo"} | logfmt`)
expr, err := logql.ParseLogSelector(`{app="foo"} | logfmt`, true)
require.NoError(t, err)
p, err := expr.Pipeline()
require.NoError(t, err)
Expand Down

0 comments on commit d450bbb

Please sign in to comment.