From 5e61b40fefabcd428be153e32153b8ebaeaa3956 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 May 2024 23:50:03 +0200 Subject: [PATCH] wip --- lib/logstorage/pipe_stats_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/logstorage/pipe_stats_test.go b/lib/logstorage/pipe_stats_test.go index 33ad3d041..c0b1b8b96 100644 --- a/lib/logstorage/pipe_stats_test.go +++ b/lib/logstorage/pipe_stats_test.go @@ -77,6 +77,8 @@ func TestPipeStats(t *testing.T) { { {"a", "1"}, {"rows", "1"}, + }, + { {"a", "2"}, {"rows", "2"}, },