Skip to content

Commit 6db43fe

Browse files
committed
Fix test
1 parent 42269be commit 6db43fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MigrateHookTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function test_handle_dumpsOnFresh()
4242
$this->assertEquals(0, $result);
4343

4444
$output_string = $output->fetch();
45-
$this->assertStringContainsString('Dumped schema', $output_string);
45+
$this->assertStringContainsString('Dumped ' . $this->dbDefault . ' schema', $output_string);
4646
}
4747

4848
public function test_handle_dumpsOnRollback()

0 commit comments

Comments
 (0)