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

Commit 3041dc1

Browse files
Update tests/Api/StoreTest.php
Co-authored-by: Andy Hinkle <ahinkle10@gmail.com>
1 parent 502daa6 commit 3041dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Api/StoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StoreTest extends TestCase
1010
{
1111
public function test_can_instantiate_store()
1212
{
13-
$this->assertInstanceOf(Stores::class, MagentoFacade::api('store'));
13+
$this->assertInstanceOf(Store::class, MagentoFacade::api('store'));
1414
}
1515

1616
public function test_can_call_store_store_configs()

0 commit comments

Comments
 (0)