POS-2821: solve lint issues

This commit is contained in:
marcello33 2025-02-06 13:11:05 +01:00
parent 44b94ca6d3
commit 70e513cac4
No known key found for this signature in database
GPG key ID: 06128777E3C36B16

View file

@ -14,7 +14,7 @@ func TestRegistryMarshallJSON(t *testing.T) {
enc.Encode(r)
if s := b.String(); s != "{\"counter\":{\"count\":0}}\n" {
t.Fatalf(s)
t.Fatal(s)
}
}