mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
test(etapi): variable shadowing causing spurious error
This commit is contained in:
parent
0c4b751e8f
commit
e7fd9371b6
@ -29,7 +29,7 @@ describe("etapi/patch-note", () => {
|
|||||||
})
|
})
|
||||||
.expect(201);
|
.expect(201);
|
||||||
|
|
||||||
const createdNoteId = response.body.note.noteId as string;
|
createdNoteId = response.body.note.noteId as string;
|
||||||
expect(createdNoteId).toBeTruthy();
|
expect(createdNoteId).toBeTruthy();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user