mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 20:01:20 +08:00
test(etapi): variable shadowing causing spurious error
This commit is contained in:
parent
0c4b751e8f
commit
e7fd9371b6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ describe("etapi/patch-note", () => {
|
|||
})
|
||||
.expect(201);
|
||||
|
||||
const createdNoteId = response.body.note.noteId as string;
|
||||
createdNoteId = response.body.note.noteId as string;
|
||||
expect(createdNoteId).toBeTruthy();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue