Skip to content

Commit

Permalink
Fix factory erroring
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarssanchez committed Mar 9, 2025
1 parent 866e432 commit bf6a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/screen/TestStatusReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function testIndexableContentReport() {
add_filter( 'ep_prepare_meta_allowed_keys', $allow_metakeys );

foreach ( $post_types as $post_type ) {
$this->ep_factory->post->create_many(
$this->factory->post->create_many(
10,
array(
'post_type' => $post_type,
Expand Down

0 comments on commit bf6a2a7

Please sign in to comment.