Skip to content

Commit

Permalink
Update zoteroTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Dec 28, 2024
1 parent 819ce4d commit d20614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/zoteroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public function testZoteroResponse36(): void {
$template = $this->make_citation($text);
$url = 'X';
Zotero::process_zotero_response($zotero_response, $template, $url, $access_date);
$this->assertSame('cite web', $template->wikiname());
$this->assertSame('cite journal', $template->wikiname());
$this->assertSame('Billy', $template->get2('title'));
$this->assertSame('X', $template->get2('work'));
}
Expand Down

0 comments on commit d20614f

Please sign in to comment.