Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 23, 2024
1 parent fefdee7 commit 3640fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/expandFnsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function testHostIsGoneDOI() : void {
$changed = FALSE;
$should = "\n";
$nulls = "";
$both = "":
$both = "";
foreach (NULL_DOI_LIST as $doi) {
if (in_array($doi, NULL_DOI_BUT_GOOD)) {
$both = $both . " In Both: " . $doi . " ";
Expand Down

0 comments on commit 3640fb0

Please sign in to comment.