diff --git a/tests/Query/Filter/PathField.test.ts b/tests/Query/Filter/PathField.test.ts index 56e95c240e..7725f8821d 100644 --- a/tests/Query/Filter/PathField.test.ts +++ b/tests/Query/Filter/PathField.test.ts @@ -81,7 +81,7 @@ describe('should use whole path with un-escaped slashes in query', () => { String.raw`path regex matches /a/b/c/d/`, ); - it('should escape backslashes in query automatically', () => { + it('should escape forward slashes in query automatically', () => { expect(filterWithUnescapedSlashes).toBeValid(); expect(filterWithUnescapedSlashes).toHaveExplanation("using regex: 'a\\/b\\/c\\/d' with no flags"); });