Fix for tests

This commit is contained in:
Hillel Coren 2018-05-09 12:50:29 +03:00
parent 2333e1cf2a
commit 83e76198e0

View File

@ -62,6 +62,7 @@ class UserTableSeeder extends Seeder
'notify_sent' => false,
'notify_paid' => false,
'is_admin' => 1,
'accepted_terms_version' => NINJA_TERMS_VERSION,
]);
$client = Client::create([