Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malamalca committed Oct 5, 2024
1 parent fd3ff78 commit bfb4bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
// use Cake\TestSuite\Fixture\SchemaLoader;
// (new SchemaLoader())->loadSqlFiles('./tests/schema.sql', 'test');

(new Migrator())->run();
(new Migrator())->run(['connection' => 'test_docs']);

0 comments on commit bfb4bd1

Please sign in to comment.