Fixed Webhook Functional Test

This commit is contained in:
Jay Patel
2016-06-21 15:18:43 -05:00
parent 2d0aca8405
commit a284bb6d71

View File

@@ -90,7 +90,6 @@ class WebhookFunctionalTest extends \PHPUnit_Framework_TestCase
$result = Webhook::get($webhook->getId(), $this->apiContext, $this->mockPayPalRestCall);
$this->assertNotNull($result);
$this->assertEquals($webhook->getId(), $result->getId());
$this->assertEquals($webhook, $result, "", 0, 10, true);
return $result;
}