Skip to content

Commit 71648a6

Browse files
committed
WIP
1 parent 4a67ece commit 71648a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ExampleTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

33
it('can test', function () {
4-
$this->actingAs(User::factory()->create());
5-
6-
expect(filament()->auth()->check())->toBeTrue();
4+
expect(true)->toBeTrue();
75
});

0 commit comments

Comments
 (0)