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

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