Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f4b991f

Browse files
committed
formatting
1 parent a29e6c3 commit f4b991f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Api/CartTotalsTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ public function test_can_call_cart_totals_mine()
1818
Http::fake();
1919

2020
$magento = new Magento();
21-
$magento->storeCode = 'def
22-
ault';
21+
$magento->storeCode = 'default';
2322

2423
$api = $magento->api('cartTotals')->mine();
2524

0 commit comments

Comments
 (0)