Fix TestPostingsForMatcher

Signed-off-by: Marco Pracucci <marco@pracucci.com>
This commit is contained in:
Marco Pracucci 2024-01-25 14:59:39 +01:00
parent f639d7794c
commit a1a45990a2
No known key found for this signature in database
GPG key ID: 74C1BD403D2DF9B5

View file

@ -3304,7 +3304,7 @@ func TestPostingsForMatcher(t *testing.T) {
{
// Test case for double quoted regex matcher
matcher: labels.MustNewMatcher(labels.MatchRegexp, "test", "^(?:a|b)$"),
hasError: true,
hasError: false,
},
}