mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 23:59:59 +01:00
fix(test): one more flaky test
This commit is contained in:
@@ -34,7 +34,7 @@ describe("etapi/patch-note", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("obtains correct note information", async () => {
|
it("obtains correct note information", async () => {
|
||||||
expectNoteToMatch({
|
await expectNoteToMatch({
|
||||||
title: "Hello",
|
title: "Hello",
|
||||||
type: "code",
|
type: "code",
|
||||||
mime: "application/json"
|
mime: "application/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user