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 25, 2024
1 parent 1326b8e commit 1f262b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/expandFnsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public function testHeaderProblemDOI() : void { // Just runs over the code and b

public function testHostIsGoneDOI() : void {
$changed = FALSE;
$should = "\n";
$should = "";
$nulls = "";
$both = "";
foreach (NULL_DOI_LIST as $doi) {
Expand All @@ -395,7 +395,7 @@ public function testHostIsGoneDOI() : void {
}
if ($changed) {
$this->flush();
echo $should;
echo "\n\n" . $should . "\n\n";
$this->flush();
}
if ($nulls !== "") {
Expand Down

0 comments on commit 1f262b2

Please sign in to comment.