Skip to content

Commit 408b725

Browse files
Removing unnecessary line.
1 parent ad1059f commit 408b725

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Payment/Model/PaymentInfoTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ public function testUnsetPaymentInformation()
5656
/** @var \Magento\Quote\Model\Quote\Payment $paymentQuote */
5757
$paymentQuote = $quote->getPayment();
5858
$paymentQuote->unsAdditionalInformation('testing');
59-
60-
59+
6160
$this->assertFalse($paymentOrder->hasAdditionalInformation('testing'));
6261
$this->assertFalse($paymentQuote->hasAdditionalInformation('testing'));
6362
}

0 commit comments

Comments
 (0)