Skip to content

Commit 1309c01

Browse files
committed
updating test in one other spot
1 parent ccfd248 commit 1309c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeMigrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getTestDetails()
4343
// see that the exact filename is in the output
4444
$iterator = $finder->getIterator();
4545
$iterator->rewind();
46-
$this->assertStringContainsString(sprintf('"migrations/%s"', $iterator->current()->getFilename()), $output);
46+
$this->assertStringContainsString(sprintf('"%s/%s"', $migrationsDirectoryPath, $iterator->current()->getFilename()), $output);
4747
}),
4848
];
4949

0 commit comments

Comments
 (0)