Chore: remove comment from test

This commit is contained in:
Matias Chomicki 2022-09-28 15:43:11 +02:00
parent 0ee968ae21
commit 50b44c44f9

View File

@ -113,8 +113,6 @@ describe('situation', () => {
otherLabels: [{ name: 'one', value: 'val1', op: '=' }],
});
// single-quoted currently failing in lezer-logql
// double-quoted label-values with escape
assertSituation('{one="val\\"1",^}', {
type: 'IN_LABEL_SELECTOR_NO_LABEL_NAME',