diff --git a/tests/Feature/SettingTest.php b/tests/Feature/SettingTest.php index 2cd2984..c54fd84 100644 --- a/tests/Feature/SettingTest.php +++ b/tests/Feature/SettingTest.php @@ -45,6 +45,7 @@ class SettingTest extends TestCase $this->assertDatabaseMissing('ejaculations', ['id' => $ejaculation->id]); $this->assertDatabaseMissing('likes', ['id' => $like->id]); $this->assertDatabaseMissing('likes', ['id' => $anotherLike->id]); + $this->assertDatabaseHas('deactivated_users', ['name' => $user->name]); } /**