1
0
mirror of https://github.com/flarum/core.git synced 2025-07-10 11:26:24 +02:00

NotificationTest: Rely on adminUser from installation

This commit is contained in:
Alexander Skvortsov
2021-01-19 17:05:53 -05:00
parent 927ea4eec5
commit 9493e6230d

View File

@ -144,7 +144,6 @@ class NotificationTest extends TestCase
$this->prepareDatabase([ $this->prepareDatabase([
'users' => [ 'users' => [
$this->adminUser(),
$this->normalUser(), $this->normalUser(),
['id' => 3, 'username' => 'hani'] ['id' => 3, 'username' => 'hani']
], ],