mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/storage: typo fix after e7831ae154
This commit is contained in:
parent
95da5e52c4
commit
a6d65fc824
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue