Skip to content

Commit ba4a4ba

Browse files
committed
iss1757 - Fix unit test
1 parent 9cb7d73 commit ba4a4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/parsons_block_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function test_parsons_validate_params(): void {
333333
$this->assertEquals(
334334
$err . ', ' . stack_string(
335335
'stackBlock_parsons_param',
336-
['block' => "Parson's", param => implode(', ', $validparameters)]
336+
['block' => "Parson's", 'param' => implode(', ', $validparameters)]
337337
),
338338
$at1->get_errors()
339339
);

0 commit comments

Comments
 (0)