Skip to content

Commit ac7592e

Browse files
committed
small rewrite in test, due to renamed method
1 parent 1df3648 commit ac7592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PagePropertyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function it_checks_if_specific_page_property_is_a_valid_text_property()
108108
$this->assertInstanceOf(RichText::class, $text->getRichText());
109109
$this->assertInstanceOf(RichText::class, $text->getContent());
110110
$this->assertSame("this is a nice Text :-)", $text->getRichText()->getPlainText());
111-
$this->assertCount(2, $text->getRichText()->getRaw());
111+
$this->assertCount(2, $text->getRichText()->getRawResponse());
112112
}
113113

114114

0 commit comments

Comments
 (0)