Fixed tests
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2e8dc96665
commit
5e64797277
|
@ -149,7 +149,7 @@ class ShowTest extends TestCase
|
|||
->for(Group::factory())
|
||||
->for(Nationality::factory()->name('deutsch'))
|
||||
->for(Subscription::factory()->forFee())
|
||||
->create(['firstname' => 'Max', 'lastname' => 'Muster']);
|
||||
->create(['firstname' => 'Max', 'lastname' => 'Muster', 'has_vk' => false, 'has_svk' => false]);
|
||||
|
||||
$response = $this->get("/member/{$member->id}");
|
||||
|
||||
|
|
Loading…
Reference in New Issue