From: Michael <heluecht@pirati.ca>
Date: Sat, 9 Sep 2023 10:48:43 +0000 (+0000)
Subject: Tests ...
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e9e5bb12b958a47a1af79a50a09267c734bbf469;p=friendica.git

Tests ...
---

diff --git a/tests/src/Model/UserTest.php b/tests/src/Model/UserTest.php
index c80198f6e4..89c3b9d230 100644
--- a/tests/src/Model/UserTest.php
+++ b/tests/src/Model/UserTest.php
@@ -59,20 +59,12 @@ class UserTest extends MockedTest
 			'uid'             => 2,
 			'username'        => 'johndoe',
 			'nickname'        => 'John Doe',
-			'verified'        => true,
-			'blocked'         => false,
-			'account_removed' => false,
-			'account_expired' => false,
 		];
 
 		$this->manage = [
 			'uid'             => 3,
 			'username'        => 'janesmith',
 			'nickname'        => 'Jane Smith',
-			'verified'        => true,
-			'blocked'         => false,
-			'account_removed' => false,
-			'account_expired' => false,
 		];
 	}