Skip to content

Commit

Permalink
Mark test as incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Sep 10, 2019
1 parent 435f9cd commit f440106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f440106

Please sign in to comment.