Skip to content

Commit

Permalink
boyscouting
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 25, 2024
1 parent 5e867e8 commit b83f17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

it('returns true', function () {
exptect(true)->toBe(true);
expect(true)->toBe(true);
});
2 changes: 1 addition & 1 deletion tests/Integration/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

it('returns true', function () {
exptect(true)->toBe(true);
expect(true)->toBe(true);
});

0 comments on commit b83f17e

Please sign in to comment.