Skip to content

Commit e657fcf

Browse files
authored
test: fix user seed (#421)
1 parent f687ee0 commit e657fcf

2 files changed

Lines changed: 0 additions & 122 deletions

File tree

tests/Feature/LoginTest.php

Lines changed: 0 additions & 121 deletions
This file was deleted.

tests/Feature/ProfileTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
beforeEach(function () {
1616
$this->actingAs(
1717
User::factory()
18-
->nurse()
1918
->withProfile()
2019
->create()
2120
->refresh() // required for virtual full_name attribute

0 commit comments

Comments
 (0)