This commit is contained in:
Aliaksandr Valialkin 2024-05-20 23:46:08 +02:00
parent 952ffe9dd8
commit 9e336e383d
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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", ""},
},
})
}