diff --git a/test/tests/export.spec.ts b/test/tests/export.spec.ts index 992333d..db4bf26 100644 --- a/test/tests/export.spec.ts +++ b/test/tests/export.spec.ts @@ -14,7 +14,7 @@ describe("Export", function () { this.afterEach(async function () {}); - it("api.saveMD", async function () { + it("api.$export.saveMD", async function () { const note = new Zotero.Item("note"); note.setNote(getNoteContent()); await note.saveTx();