aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Mail/Provider/AddressTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Mail/Provider/AddressTest.php')
-rw-r--r--tests/lib/Mail/Provider/AddressTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Mail/Provider/AddressTest.php b/tests/lib/Mail/Provider/AddressTest.php
index ee03f6f1e83..dc5e73526eb 100644
--- a/tests/lib/Mail/Provider/AddressTest.php
+++ b/tests/lib/Mail/Provider/AddressTest.php
@@ -24,7 +24,7 @@ class AddressTest extends TestCase {
}
public function testAddress(): void {
-
+
// test set by constructor
$this->assertEquals('user1@testing.com', $this->address->getAddress());
// test set by setter
@@ -34,7 +34,7 @@ class AddressTest extends TestCase {
}
public function testLabel(): void {
-
+
// test set by constructor
$this->assertEquals('User One', $this->address->getLabel());
// test set by setter