diff --git a/tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php b/tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php index 24a9941..3f122fe 100644 --- a/tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php +++ b/tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php @@ -137,7 +137,7 @@ class WebhookFunctionalTest extends \PHPUnit_Framework_TestCase break; } } - $this->assertTrue($found, "The Created Web Profile was not found in the get list"); + $this->assertTrue($found, "The Created Webhook was not found in the get list"); $this->assertEquals($webhook->getId(), $foundObject->getId()); return $result; }