Enabled Skipped Test

This commit is contained in:
Jay Patel
2015-08-17 14:22:32 -05:00
parent 32db0af731
commit 88f04274eb

View File

@@ -98,7 +98,6 @@ class InvoiceFunctionalTest extends \PHPUnit_Framework_TestCase
*/ */
public function testUpdate($invoice) public function testUpdate($invoice)
{ {
$this->markTestSkipped('Skipped as the fix is on the way. #PPTIPS-1932');
$result = $invoice->update($this->apiContext, $this->mockPayPalRestCall); $result = $invoice->update($this->apiContext, $this->mockPayPalRestCall);
$this->assertNotNull($result); $this->assertNotNull($result);
$this->assertEquals($invoice->getId(), $result->getId()); $this->assertEquals($invoice->getId(), $result->getId());