From 9e336e383d759697f38b2ca881008fe9efd33fb3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 May 2024 23:46:08 +0200 Subject: [PATCH] wip --- lib/logstorage/pipe_sort_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/logstorage/pipe_sort_test.go b/lib/logstorage/pipe_sort_test.go index dab5c12f7..10b6564fb 100644 --- a/lib/logstorage/pipe_sort_test.go +++ b/lib/logstorage/pipe_sort_test.go @@ -152,6 +152,7 @@ func TestPipeSort(t *testing.T) { { {"_msg", `def`}, {"a", `1`}, + {"b", ""}, }, }) @@ -246,6 +247,7 @@ func TestPipeSort(t *testing.T) { { {"_msg", `def`}, {"a", `1`}, + {"b", ""}, }, }) }