Skip to content

Commit

Permalink
test: update db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Oct 21, 2024
1 parent 9e8cf71 commit b7ed64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getConnectionConfig(): array
'port' => '3306',
'host' => '127.0.0.1',
'username' => 'root',
'password' => '',
'password' => 'root',
'dbname' => 'atest',
];
}
Expand Down

0 comments on commit b7ed64a

Please sign in to comment.