Skip to content

Commit a4c5577

Browse files
fix test failure due to one extra line
1 parent d8a6000 commit a4c5577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/StatusCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,12 @@ public function testExecuteWithShowingVersions()
438438
->with("\n <info>==</info> Available Migration Versions\n")
439439
;
440440

441-
$this->output->expects($this->at(39))
441+
$this->output->expects($this->at(40))
442442
->method('writeln')
443443
->with("\n <info>==</info> Previously Executed Unavailable Migration Versions\n")
444444
;
445445

446-
$this->output->expects($this->at(40))
446+
$this->output->expects($this->at(41))
447447
->method('writeln')
448448
->with(
449449
sprintf(

0 commit comments

Comments
 (0)