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 27, 2024
1 parent 7617ff8 commit cf93aea
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 @@ -635,7 +635,7 @@ public function testZoteroResponse36(): void {
$this->assertSame('X', $template->get2('journal'));

$template = $this->make_citation($text);
$url = 'www.nsw.gov.au/;
$url = 'www.nsw.gov.au/sss';
Zotero::process_zotero_response($zotero_response, $template, $url, $access_date);
$this->assertSame('cite journal', $template->wikiname());
$this->assertSame('Billy', $template->get2('title'));
Expand Down

0 comments on commit cf93aea

Please sign in to comment.