There was an error while loading. Please reload this page.
1 parent f687ee0 commit e657fcfCopy full SHA for e657fcf
2 files changed
tests/Feature/LoginTest.php
tests/Feature/ProfileTest.php
@@ -15,7 +15,6 @@
15
beforeEach(function () {
16
$this->actingAs(
17
User::factory()
18
- ->nurse()
19
->withProfile()
20
->create()
21
->refresh() // required for virtual full_name attribute
0 commit comments