Skip to content

Commit b49c68b

Browse files
committed
test: fix eql equal
1 parent 2cc1083 commit b49c68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/abbr.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ describe("abbr", () => {
55
const _item = new Zotero.Item();
66
// eslint-disable-next-line unused-imports/no-unused-vars
77
const item = await new UpdateAbbr({}).apply(_item);
8-
expect({ a: "1" }).to.equal({ a: "1" });
8+
expect({ a: "1" }).to.eql({ a: "1" });
99
});
1010
});

0 commit comments

Comments
 (0)