diff options
Diffstat (limited to 'tests/app/TreeUserTest.php')
| -rw-r--r-- | tests/app/TreeUserTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/TreeUserTest.php b/tests/app/TreeUserTest.php index b6d83e8a4e..98cfd3cd94 100644 --- a/tests/app/TreeUserTest.php +++ b/tests/app/TreeUserTest.php @@ -41,7 +41,7 @@ class TreeUserTest extends TestCase $this->assertInstanceOf(UserInterface::class, $user); $this->assertSame(0, $user->id()); - $this->assertSame('no-reply@localhost', $user->email()); + $this->assertSame('', $user->email()); $this->assertSame('title', $user->realName()); $this->assertSame('', $user->userName()); } |
