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

Commit f4e9976

Browse files
committed
fix customer delete test
1 parent fffe7fd commit f4e9976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Api/CustomersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function test_can_customer_delete()
9595
'*rest/all/V1/customers/1' => Http::response([], 200),
9696
]);
9797

98-
$api = MagentoFacade::api('customers')->remove(1);
98+
$api = MagentoFacade::api('customers')->removeCustomer(1);
9999

100100
$this->assertTrue($api->ok());
101101
}

0 commit comments

Comments
 (0)