Skip to content

Commit

Permalink
Update DemosTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Aug 9, 2019
1 parent f89b1e7 commit ea6aa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DemosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DemosTest extends TestCase
{
public function tearDown(): void
{
if (file_exists(__DIR__.'/../demos/test.log') {
if (file_exists(__DIR__.'/../demos/test.log')) {
unlink(__DIR__.'/../demos/test.log');
}
}
Expand Down

0 comments on commit ea6aa61

Please sign in to comment.