From fbc79e36e04122acbd8ed719a667045e8c3dad40 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 9 Nov 2024 14:38:27 +0100 Subject: Remove import of non-existing class in test. This one snuck in by mistake. No harm done, as the actual class was never referenced, but it should still not be there. --- tests/unit/Module/AdminAccountEditTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/Module/AdminAccountEditTest.php b/tests/unit/Module/AdminAccountEditTest.php index fe682c527..818f30f26 100644 --- a/tests/unit/Module/AdminAccountEditTest.php +++ b/tests/unit/Module/AdminAccountEditTest.php @@ -11,7 +11,6 @@ namespace Zotlabs\Tests\Unit\Module; use DateTimeImmutable; use PHPUnit\Framework\Attributes\{Before, After}; -use Zotlabs\Model\Account; class AdminAccountEditTest extends TestCase { -- cgit v1.2.3