Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Sep 29, 2024
1 parent f7da84a commit 45ef550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function createMySQLConnection(): Promise<Connection> {

export async function setupTestDatabase(): Promise<Sequelize> {
config();
const username = process.env.DB_TEST_HOSTNAME as string;
const username = process.env.DB_TEST_USERNAME as string;
const password = process.env.DB_TEST_PASSWORD as string;
const host = process.env.DB_TEST_HOSTNAME as string;
// const connection = await createMySQLConnection();
Expand Down

0 comments on commit 45ef550

Please sign in to comment.