From 60eb89e152954df30f6840f906d527d6a280e0de 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 --- framework/core/tests/integration/extenders/NotificationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/core/tests/integration/extenders/NotificationTest.php b/framework/core/tests/integration/extenders/NotificationTest.php index 5f3aea281..d7a7e6c3a 100644 --- a/framework/core/tests/integration/extenders/NotificationTest.php +++ b/framework/core/tests/integration/extenders/NotificationTest.php @@ -144,7 +144,6 @@ class NotificationTest extends TestCase $this->prepareDatabase([ 'users' => [ - $this->adminUser(), $this->normalUser(), ['id' => 3, 'username' => 'hani'] ],