fix(test): one more flaky test

This commit is contained in:
Elian Doran
2025-06-03 21:25:00 +03:00
parent 4a4c34e966
commit 307af229ae

View File

@@ -34,7 +34,7 @@ describe("etapi/patch-note", () => {
});
it("obtains correct note information", async () => {
expectNoteToMatch({
await expectNoteToMatch({
title: "Hello",
type: "code",
mime: "application/json"