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 851c81e commit ab85d32
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 @@ -642,7 +642,7 @@ public function testZoteroResponse36(): void {
$this->assertSame('X', $template->get2('work'));

$template = $this->make_citation($text);
$url = 'NotOnAnyList';
$url = 'X';
Zotero::process_zotero_response($zotero_response, $template, $url, $access_date);
$this->assertSame('cite web', $template->wikiname());
$this->assertSame('Billy', $template->get2('title'));
Expand Down

0 comments on commit ab85d32

Please sign in to comment.