Update test after AMA update
This commit is contained in:
parent
8093d6ac29
commit
cef47aaef6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ describe("Zotero.Styles", function() {
|
||||||
[item],
|
[item],
|
||||||
'bibliography=http://www.zotero.org/styles/american-medical-association'
|
'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 () {
|
it("shouldn't capitalize subtitles in Vancouver", async function () {
|
||||||
|
|
Loading…
Reference in a new issue