From dce42916f497df95d1a8d3457b386fb3e0087960 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Wed, 29 Apr 2015 15:41:10 -0500 Subject: [PATCH] Copy/Paste error in message - Fixes #297 --- tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }