From 307af229ae198ed169254a7f7b8dc0197f6283a4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 3 Jun 2025 21:25:00 +0300 Subject: [PATCH] fix(test): one more flaky test --- apps/server/spec/etapi/patch-note.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/spec/etapi/patch-note.spec.ts b/apps/server/spec/etapi/patch-note.spec.ts index 6b833a43c..178808762 100644 --- a/apps/server/spec/etapi/patch-note.spec.ts +++ b/apps/server/spec/etapi/patch-note.spec.ts @@ -34,7 +34,7 @@ describe("etapi/patch-note", () => { }); it("obtains correct note information", async () => { - expectNoteToMatch({ + await expectNoteToMatch({ title: "Hello", type: "code", mime: "application/json"