Skip to content

Commit

Permalink
Update unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Oct 18, 2023
1 parent 13cdc06 commit 671f693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/php/TestFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function() {
'key' => 'active',
'label' => __( 'Enabled', 'elasticpress' ),
'requires_sync' => false,
'type' => 'checkbox',
'type' => 'toggle',
],
],
];
Expand Down Expand Up @@ -83,7 +83,7 @@ public function test_get_settings_schema() {
'key' => 'active',
'label' => __( 'Enabled', 'elasticpress' ),
'requires_sync' => false,
'type' => 'checkbox',
'type' => 'toggle',
],
[ 'key' => 'test_1' ],
[ 'key' => 'test_2' ],
Expand Down Expand Up @@ -117,7 +117,7 @@ public function test_ep_feature_settings_schema_filter() {
'key' => 'active',
'label' => __( 'Enabled', 'elasticpress' ),
'requires_sync' => false,
'type' => 'checkbox',
'type' => 'toggle',
],
[ 'key' => 'new_field' ],
],
Expand Down

0 comments on commit 671f693

Please sign in to comment.