Skip to content

Commit

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

Signed-off-by: Cyril Tovena <[email protected]>
  • Loading branch information
cyriltovena committed Mar 31, 2021
1 parent b152bc2 commit 4de7181
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 4de7181

Please sign in to comment.