Skip to content

Commit

Permalink
Fixing amount
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 19, 2024
1 parent b0c586c commit 109db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/class-test-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function test_rest_api_enabled() {
add_filter( 'experimental_features_rest_api_enabled', '__return_true' );

$this->expectApplied( 'experimental_features_rest_api_enabled' )->once()->andReturnTrue();
$this->expectApplied( 'experimental_features_rest_api_flags' )->once()->andReturnArray();
$this->expectApplied( 'experimental_features_rest_api_flags' )->twice()->andReturnArray();

// Register a feature.
add_filter(
Expand Down

0 comments on commit 109db76

Please sign in to comment.