Skip to content

Commit

Permalink
Removed duplicated assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
avattam06 committed Aug 3, 2020
1 parent e4d71d1 commit 05e9e4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function testPlaceOrderAndSaveDataForFuturePayflowPro(): void
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
$this->assertNotEmpty($this->getVaultCartData()->getTokenDetails());
$this->assertNotEmpty($this->getVaultCartData()->getGatewayToken());
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
$this->assertTrue($this->getVaultCartData()->getIsActive());
$this->assertTrue($this->getVaultCartData()->getIsVisible());
}
Expand Down Expand Up @@ -94,7 +93,6 @@ public function testPlaceOrderAndNotSaveDataForFuturePayflowPro(): void
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
$this->assertNotEmpty($this->getVaultCartData()->getTokenDetails());
$this->assertNotEmpty($this->getVaultCartData()->getGatewayToken());
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
$this->assertTrue($this->getVaultCartData()->getIsActive());
$this->assertFalse($this->getVaultCartData()->getIsVisible());
}
Expand Down

0 comments on commit 05e9e4e

Please sign in to comment.