From a6d65fc824759b4f29231faf2cc9a9aaa28a2337 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 18 Mar 2022 16:15:01 +0200 Subject: [PATCH] lib/storage: typo fix after e7831ae1546d5c011ee699ad85c95bdf080f2b7b --- lib/storage/index_db_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/index_db_test.go b/lib/storage/index_db_test.go index 27be283b27..7a0cf67d33 100644 --- a/lib/storage/index_db_test.go +++ b/lib/storage/index_db_test.go @@ -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) }