Skip to content

Commit 57f978b

Browse files
committed
Chore: Fix minor glitch in software tests
1 parent 105966d commit 57f978b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/DataTests/Config/database.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
'connections' => [
88

99
'crate' => [
10-
'name' => 'crate',
10+
'driver' => 'crate',
11+
'name' => 'crate',
1112
'host' => 'localhost',
1213
'port' => 4201,
1314
'database' => 'doc',

0 commit comments

Comments
 (0)