Skip to content

Commit 98eff53

Browse files
Update OrgCommandsTest.php
correct test error message name->label
1 parent 0ef428d commit 98eff53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/OrgCommandsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function testOrgSiteListCommandWithLabelField()
186186
$this->assertArrayHasKey(
187187
'label',
188188
$site,
189-
"Sites from org list should have a name property"
189+
"Sites from org list should have a label property"
190190
);
191191
}
192192

0 commit comments

Comments
 (0)