Skip to content

Commit 8f62ee3

Browse files
committed
herp. derp.
1 parent 2ddb4db commit 8f62ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DomainTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ public function testAddSubdomain() {
102102
}
103103
public function testChanges() {
104104
$this->assertEquals(
105-
'OpenCloud\DNS\Changes',
105+
'stdClass',
106106
get_class($this->domain->Changes()));
107107
}
108108
public function testExport() {
109109
$this->assertEquals(
110110
'OpenCloud\DNS\AsyncResponse',
111111
get_class($this->domain->Export()));
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)