From a5864609db5e478f2ec355691121e1b5dfd5a49c Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Sat, 27 Jan 2024 08:57:33 -0600 Subject: [PATCH] Update expandFnsTest.php --- tests/phpunit/expandFnsTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/expandFnsTest.php b/tests/phpunit/expandFnsTest.php index 0b1044ce88..834ca1a9f6 100644 --- a/tests/phpunit/expandFnsTest.php +++ b/tests/phpunit/expandFnsTest.php @@ -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) {