Skip to content

Commit

Permalink
Fix mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 27, 2024
1 parent d951e15 commit 9c3783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Command/CompletionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testMigrationsSubcommands()
{
$this->exec('completion subcommands migrations.migrations');
$expected = [
'dump migrate orm-cache-build orm-cache-clear create mark_migrated rollback seed status',
'dump mark_migrated migrate orm-cache-build orm-cache-clear create rollback seed status',
];
$actual = $this->_out->messages();
$this->assertEquals($expected, $actual);
Expand Down

0 comments on commit 9c3783e

Please sign in to comment.