From 30175cacf60510697150b30f4bce5d6596617e36 Mon Sep 17 00:00:00 2001 From: Miha Nahtigal Date: Sat, 5 Oct 2024 16:41:48 +0200 Subject: [PATCH] Test fix --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a302404..8c57f3d 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -71,4 +71,4 @@ // use Cake\TestSuite\Fixture\SchemaLoader; // (new SchemaLoader())->loadSqlFiles('./tests/schema.sql', 'test'); -(new Migrator())->run(['connection' => 'test_docs']); +(new Migrator())->run(['connection' => 'test']);