Skip to content

Commit 3ce7b3e

Browse files
author
Noah Schoenholtz
committed
fixed duh error that was breaking test_datasource_save
1 parent 2ddf9d9 commit 3ce7b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php/test-fieldmanager-checkboxes-field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function test_datasource_save() {
148148
'datasource' => $this->custom_datasource,
149149
) );
150150

151-
$html = $this->_get_html_for( $fm, 'February' );
151+
$html = $this->_get_html_for( $fm, array( 'February' ) );
152152

153153
foreach ( $this->months as $month ) {
154154
$this->assertRegExp( $this->_get_input_field_regex( 'base_field', $month, ( 'February' === $month ) ), $html );

0 commit comments

Comments
 (0)