fix: test name

This commit is contained in:
windingwind 2025-01-18 18:30:55 +01:00
parent ae95fc7cf1
commit 2478973daf

View File

@ -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();