There was an error while loading. Please reload this page.
1 parent 7e93b1c commit 2c1cee4Copy full SHA for 2c1cee4
1 file changed
tests/Feature/ProfileTest.php
@@ -16,6 +16,7 @@
16
$this->actingAs(
17
User::factory()
18
->nurse()
19
+ ->withProfile()
20
->create()
21
->refresh() // required for virtual full_name attribute
22
);
0 commit comments