Skip to content

Commit f125ef2

Browse files
committed
fix
1 parent 381a375 commit f125ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/MySqlIntegration/DatabasePopulateTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testLoadNotExistDump(): void
3232
$this->expectException(ModuleException::class);
3333
$this->expectExceptionMessage(
3434
"\nFile with dump doesn't exist.\nPlease, check path for SQL-file: " .
35-
dirname(__DIR__) . '/_data/dumps/shop.sql'
35+
dirname(__DIR__) . '/_data/dumps/mysql/shop.sql'
3636
);
3737
$this->tester->loadDump('shop');
3838
}

0 commit comments

Comments
 (0)