Skip to content

Commit

Permalink
Update expandFnsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 27, 2024
1 parent a2c7d4c commit a586460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/expandFnsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,13 +377,13 @@ public function testHostIsGoneDOI() : void {
$nulls = "";
$both = "";
foreach (NULL_DOI_LIST as $doi) {
$this->assertSame(trim($doi)), $doi);
$this->assertSame(trim($doi), $doi);
}
foreach (NULL_DOI_ANNOYING as $doi) {
$this->assertSame(trim($doi)), $doi);
$this->assertSame(trim($doi), $doi);
}
foreach (NULL_DOI_BUT_GOOD as $doi) {
$this->assertSame(trim($doi)), $doi);
$this->assertSame(trim($doi), $doi);
}

foreach (NULL_DOI_LIST as $doi) {
Expand Down

0 comments on commit a586460

Please sign in to comment.