diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-28 13:47:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-28 13:47:27 +0200 |
commit | ed8e0f0a928a4fd77ccf30e133c7de893a380e50 (patch) | |
tree | 86230532847cdd228c8636cd0e1d6aea9a808749 /tests | |
parent | c100da33bbba70264016103f93a3e4cb72544345 (diff) | |
download | nextcloud-server-ed8e0f0a928a4fd77ccf30e133c7de893a380e50.tar.gz nextcloud-server-ed8e0f0a928a4fd77ccf30e133c7de893a380e50.zip |
updating unit test expectations
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php index 4dc7813d918..0bafb96cabd 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -95,7 +95,7 @@ class Test_Util extends PHPUnit_Framework_TestCase { function testGetDefaultEmailAddress() { $email = \OCP\Util::getDefaultEmailAddress("no-reply"); - $this->assertEquals('no-reply@localhost.localdomain', $email); + $this->assertEquals('no-reply@localhost', $email); } function testGetDefaultEmailAddressFromConfig() { |