summaryrefslogtreecommitdiff
path: root/tests/app/TreeUserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/TreeUserTest.php')
-rw-r--r--tests/app/TreeUserTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/app/TreeUserTest.php b/tests/app/TreeUserTest.php
index 5e0ff91e34..c372362684 100644
--- a/tests/app/TreeUserTest.php
+++ b/tests/app/TreeUserTest.php
@@ -36,7 +36,6 @@ class TreeUserTest extends TestCase
$tree = $tree_service->create('name', 'title');
$user = new TreeUser($tree);
- self::assertInstanceOf(UserInterface::class, $user);
self::assertSame(0, $user->id());
self::assertSame('', $user->email());
self::assertSame('title', $user->realName());