Skip to content

Commit e7fd937

Browse files
committed
test(etapi): variable shadowing causing spurious error
1 parent 0c4b751 commit e7fd937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("etapi/patch-note", () => {
2929
})
3030
.expect(201);
3131

32-
const createdNoteId = response.body.note.noteId as string;
32+
createdNoteId = response.body.note.noteId as string;
3333
expect(createdNoteId).toBeTruthy();
3434
});
3535

0 commit comments

Comments
 (0)