From cef47aaef6e2b73f9ccf1aa533baf9284cb06c95 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 9 May 2020 19:30:41 -0400 Subject: [PATCH] Update test after AMA update --- test/tests/styleTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/styleTest.js b/test/tests/styleTest.js index d5d52b61e7..e324cd63c7 100644 --- a/test/tests/styleTest.js +++ b/test/tests/styleTest.js @@ -72,7 +72,7 @@ describe("Zotero.Styles", function() { [item], 'bibliography=http://www.zotero.org/styles/american-medical-association' ); - assert.equal(o.text, '1. Foo bar: baz qux. 2019.\n'); + assert.equal(o.text, '1. Foo bar: baz qux. Published online 2019.\n'); }); it("shouldn't capitalize subtitles in Vancouver", async function () {