mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix test
This commit is contained in:
@@ -73,7 +73,7 @@ class AdminAccountsTest extends TestCase {
|
||||
$blocked_account = get_account_by_id(44);
|
||||
$this->assertEquals(0, $blocked_account['account_flags'] & ACCOUNT_BLOCKED);
|
||||
|
||||
$this->assertEquals('2 account blocked/unblocked', $this->notice[0]);
|
||||
$this->assertEquals('2 accounts blocked/unblocked', $this->notice[0]);
|
||||
}
|
||||
|
||||
public function test_deleting_accounts_remove_them_from_db(): void {
|
||||
|
||||
Reference in New Issue
Block a user