diff --git a/app/code/Magento/Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php b/app/code/Magento/Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php index 793700ab1971f..4478a6d6d4644 100644 --- a/app/code/Magento/Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php +++ b/app/code/Magento/Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php @@ -39,7 +39,7 @@ public function testHandleNotOrderPayment() static::assertFalse($voidHandler->handle($subject)); } - public function testHandleSomeAmoutWasPaid() + public function testHandleSomeAmountWasPaid() { $paymentDO = $this->createMock(PaymentDataObjectInterface::class); $subject = [