Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Fixed Webhook Functional Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Patel committed Jun 21, 2016
1 parent 2d0aca8 commit a284bb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public function testGet($webhook)
$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;
}

Expand Down

0 comments on commit a284bb6

Please sign in to comment.