diff --git a/packages/core/__tests__/lookup.test.js b/packages/core/__tests__/lookup.test.js index 5d4b6d239..6d70f7bc7 100644 --- a/packages/core/__tests__/lookup.test.js +++ b/packages/core/__tests__/lookup.test.js @@ -141,7 +141,7 @@ test("search reminders", () => })); describe("notesWithHighlighting", () => { - test.only("search notes with parentheses in query should load the item", () => + test("search notes with parentheses in query should load the item", () => noteTest({ title: "(with parantheses)" }).then(async ({ db }) => {