lib/storage: typo fix after e7831ae154

This commit is contained in:
Aliaksandr Valialkin 2022-03-18 16:15:01 +02:00
parent 95da5e52c4
commit a6d65fc824
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -1254,7 +1254,7 @@ func TestMatchTagFilters(t *testing.T) {
}
// Positive empty match by non-existing tag
tfs.Reset()
tfs.Reset(mn.AccountID, mn.ProjectID)
if err := tfs.Add([]byte("non-existing-tag"), []byte("foobar|"), false, true); err != nil {
t.Fatalf("cannot add regexp, positive filter: %s", err)
}