From 9493e6230d2b10c4af612de4b97c3e39e1534840 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Tue, 19 Jan 2021 17:05:53 -0500 Subject: [PATCH] NotificationTest: Rely on adminUser from installation --- tests/integration/extenders/NotificationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/extenders/NotificationTest.php b/tests/integration/extenders/NotificationTest.php index 5f3aea281..d7a7e6c3a 100644 --- a/tests/integration/extenders/NotificationTest.php +++ b/tests/integration/extenders/NotificationTest.php @@ -144,7 +144,6 @@ class NotificationTest extends TestCase $this->prepareDatabase([ 'users' => [ - $this->adminUser(), $this->normalUser(), ['id' => 3, 'username' => 'hani'] ],