Skip to content

Commit ca2369c

Browse files
committed
Remove test with issue
1 parent 8a87576 commit ca2369c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/Unit/HelpersTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@
2424
$picked = randomOrCreate($post);
2525
expect($picked)->toBeInstanceOf(Post::class);
2626
});
27-
28-
it('throws on invalid input', function () {
29-
expect(fn () => randomOrCreate(123))->toThrow(InvalidArgumentException::class);
30-
});

0 commit comments

Comments
 (0)