Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
Applied StyleCI patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAsEnd committed Mar 22, 2020
1 parent 37f6ad5 commit f190bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ScopeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function it_can_execute_the_make_scope_command()

$this->assertFileEquals(
__DIR__.'/../stubs/scope_test.stub',
app_path('Scopes/TestingScope.php'));
app_path('Scopes/TestingScope.php')
);
}
}

0 comments on commit f190bf4

Please sign in to comment.