diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 6be6eab..f79fb93 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -9,6 +9,8 @@ class ExampleTest extends TestCase /** @test */ public function it_reaches_the_shopify_api() { + $this->markTestIncomplete(); + $shopify = $this->app->make(Shopify::class); $response = $shopify->products()->count();