From ebacb83563c75147ec0af051612a3bd17aa7ba84 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 10 Aug 2022 00:53:25 -0400 Subject: [PATCH] Reset `Zotero.locale` to 'en-US' after cite test --- test/tests/citeTest.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tests/citeTest.js b/test/tests/citeTest.js index 6137597712..cb77966665 100644 --- a/test/tests/citeTest.js +++ b/test/tests/citeTest.js @@ -1,4 +1,8 @@ describe("Zotero.Cite", function () { + after(function () { + Zotero.locale = 'en-US'; + }); + describe("#getLocatorString()", function () { it("should get 'book' in en-US", function () { Zotero.locale = 'en-US';