From 5aeaeeffe9940241d2d670be5b46527420fd0f6a Mon Sep 17 00:00:00 2001 From: Aki Ojalehto Date: Tue, 16 Jan 2018 02:03:31 +0200 Subject: [PATCH] Fix a typo in method name --- .../Braintree/Test/Unit/Gateway/Config/CanVoidHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [