Skip to content

Commit 05e9e4e

Browse files
committed
Removed duplicated assertion
1 parent e4d71d1 commit 05e9e4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Customer/SaveCartDataWithPayflowProTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function testPlaceOrderAndSaveDataForFuturePayflowPro(): void
6666
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
6767
$this->assertNotEmpty($this->getVaultCartData()->getTokenDetails());
6868
$this->assertNotEmpty($this->getVaultCartData()->getGatewayToken());
69-
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
7069
$this->assertTrue($this->getVaultCartData()->getIsActive());
7170
$this->assertTrue($this->getVaultCartData()->getIsVisible());
7271
}
@@ -94,7 +93,6 @@ public function testPlaceOrderAndNotSaveDataForFuturePayflowPro(): void
9493
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
9594
$this->assertNotEmpty($this->getVaultCartData()->getTokenDetails());
9695
$this->assertNotEmpty($this->getVaultCartData()->getGatewayToken());
97-
$this->assertNotEmpty($this->getVaultCartData()->getPublicHash());
9896
$this->assertTrue($this->getVaultCartData()->getIsActive());
9997
$this->assertFalse($this->getVaultCartData()->getIsVisible());
10098
}

0 commit comments

Comments
 (0)