Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Aug 23, 2024
1 parent 4a67ece commit 71648a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

it('can test', function () {
$this->actingAs(User::factory()->create());

expect(filament()->auth()->check())->toBeTrue();
expect(true)->toBeTrue();
});

0 comments on commit 71648a6

Please sign in to comment.