Skip to content

Commit c74824e

Browse files
aa-kashkandimov
andauthored
ACPT-1625
Co-authored-by: Andrii Dimov <[email protected]>
1 parent 7750077 commit c74824e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlCheckoutMutationsStateTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\GraphQl\App;
99

1010
use Magento\Catalog\Api\ProductRepositoryInterface;
11-
use Magento\Framework\Data\Graph;
1211
use Magento\GraphQl\App\State\GraphQlStateDiff;
1312

1413
/**
@@ -22,7 +21,7 @@
2221
class GraphQlCheckoutMutationsStateTest extends \PHPUnit\Framework\TestCase
2322
{
2423
/**
25-
* @var GraphQlStateDiff
24+
* @var GraphQlStateDiff|null
2625
*/
2726
private ?GraphQlStateDiff $graphQlStateDiff = null;
2827

@@ -51,8 +50,8 @@ protected function tearDown(): void
5150
*/
5251
public function testCreateEmptyCart() : void
5352
{
54-
$this->graphQlStateDiff->
55-
testState($this->getEmptyCart(),
53+
$this->graphQlStateDiff->testState(
54+
$this->getEmptyCart(),
5655
[],
5756
[],
5857
[],

0 commit comments

Comments
 (0)