Skip to content

Commit abf0643

Browse files
committed
magento/graphql-ce#976: Improve test coverage for Magento\AuthorizenetGraphQl\Model\AuthorizenetDataProvider
- code style fix
1 parent 052c035 commit abf0643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/AuthorizenetAcceptjs/Customer/SetPaymentMethodTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testSetPaymentInvalidInput(\Closure $getMutationClosure, string
139139
$this->expectExceptionMessage($expectedMessage);
140140
$this->graphQlMutation($setPaymentMutation, [], '', $this->getHeaderMap());
141141
}
142-
142+
143143
/**
144144
* Data provider for testSetPaymentInvalidInput
145145
*

0 commit comments

Comments
 (0)