NotificationTest: Rely on adminUser from installation

This commit is contained in:
Alexander Skvortsov 2021-01-19 17:05:53 -05:00
parent 88ef99b13c
commit 60eb89e152

View File

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