Fix TestPostingsForMatcher

Signed-off-by: Marco Pracucci <marco@pracucci.com>
pull/13461/head
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
1 changed files with 1 additions and 1 deletions

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,
},
}