Skip to content

Commit

Permalink
Update PageTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Nov 5, 2023
1 parent 325ff38 commit 884002d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public function testConvertCiteNews() : void {
$this->assertSame('10.1088/1742-6596/1087/6/062024', $template->get2('doi'));
$this->assertSame('The application of 3D technology in video games', $template->get2('title'));
$this->assertSame('1087', $template->get2('volume'));
$this->assertSame('cite journal', $template->wikiname());
$this->assertSame('cite news', $template->wikiname());
}

}

0 comments on commit 884002d

Please sign in to comment.