- share by email fix

This commit is contained in:
Čarodej
2022-03-25 11:10:35 +01:00
parent 8c1e59d81a
commit d7d95e22ea
6 changed files with 17 additions and 34 deletions

View File

@@ -85,7 +85,7 @@ class SetupWizardTest extends TestCase
])
->assertDatabaseHas('settings', [
'name' => 'user_verification',
'value' => 1,
'value' => 0,
])
->assertDatabaseHas('settings', [
'name' => 'app_color',