From b9d1d1601a2e83974137258ae502193013debc11 Mon Sep 17 00:00:00 2001 From: Dariusz Date: Sun, 7 Mar 2021 11:12:43 +0100 Subject: [PATCH] d --- tests/ModelTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ModelTests.php b/tests/ModelTests.php index 2456249..cbee908 100644 --- a/tests/ModelTests.php +++ b/tests/ModelTests.php @@ -12,7 +12,7 @@ $params = [ 5432, 'dynamic_dev', 'dynamic', - 'password123', + 'Pass@Dyna21', ]; ConnectionManager::RegisterConnector(new PostgresConnector()); ConnectionManager::Connect(...$params);