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"