Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu committed Sep 4, 2023
1 parent f312a6e commit 947a468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/test-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testMigratePostTypePost() : void {
$command = new CLI\Migrate_Command;
$command->wp_authors( [], [
'dry-run' => false,
'post_type' => 'post', // Note, have to set default values manually.
'post-type' => 'post', // Note, have to set default values manually.
] );

// Check migration command has correctly set the author.
Expand Down

0 comments on commit 947a468

Please sign in to comment.