Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 307af22

Browse files
committed
fix(test): one more flaky test
1 parent 4a4c34e commit 307af22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/server/spec/etapi/patch-note.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe("etapi/patch-note", () => {
3434
});
3535

3636
it("obtains correct note information", async () => {
37-
expectNoteToMatch({
37+
await expectNoteToMatch({
3838
title: "Hello",
3939
type: "code",
4040
mime: "application/json"

0 commit comments

Comments
 (0)