diff options
-rw-r--r-- | tests/Recipient/BlacklistTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Recipient/BlacklistTest.php b/tests/Recipient/BlacklistTest.php index 6b37931..8cca72d 100644 --- a/tests/Recipient/BlacklistTest.php +++ b/tests/Recipient/BlacklistTest.php @@ -41,7 +41,7 @@ class BlacklistTest extends AbstractEnviromentProvider $blackListEntry = $this->getCommunicator()->remove($entry); $this->assertEquals($entry->getID(), $blackListEntry->getID()); $this->assertEquals($entry->getCreated(), $blackListEntry->getCreated()); - $this->assertEquals($entry->getPhoneNumber()(), $blackListEntry->getPhoneNumber()); + $this->assertEquals($entry->getPhoneNumber(), $blackListEntry->getPhoneNumber()); return $blackListEntry; } public function tearDown() |