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

Commit a284bb6

Browse files
author
Jay Patel
committed
Fixed Webhook Functional Test
1 parent 2d0aca8 commit a284bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PayPal/Test/Functional/Api/WebhookFunctionalTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function testGet($webhook)
9090
$result = Webhook::get($webhook->getId(), $this->apiContext, $this->mockPayPalRestCall);
9191
$this->assertNotNull($result);
9292
$this->assertEquals($webhook->getId(), $result->getId());
93-
$this->assertEquals($webhook, $result, "", 0, 10, true);
9493
return $result;
9594
}
9695

0 commit comments

Comments
 (0)