Skip to content

Commit

Permalink
test - see what happens when fails
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinLawrenceMS committed Dec 18, 2024
1 parent a5109e6 commit c13464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/InitializationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use function Orchestra\Testbench\remote;

it('has the sauce', function () {
stopIfConditionFails(!is_null('This is not null.'), 'Required condition is missing. Stopping tests.');
stopIfConditionFails(is_null('This is not null.'), 'Required condition is missing. Stopping tests.');
});

it('can boot up the app', function () {
Expand Down

0 comments on commit c13464d

Please sign in to comment.