Skip to content

Commit

Permalink
Apply fixes from StyleCI (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge authored Aug 27, 2020
1 parent 9aa9c65 commit 8050b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/ReleaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function it_can_extract_zip_to_storage_path(): void
$this->assertTrue($this->release->extract());
} else {
var_dump($res);
die('Cannot open zip.');
exit('Cannot open zip.');
}
}

Expand Down

0 comments on commit 8050b70

Please sign in to comment.