Skip to content

Commit

Permalink
Use pgx while indexing test data
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Apr 19, 2022
1 parent 778bf82 commit 76aaa93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eth/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ func getTestDBConfig() postgres.Config {
Username: os.Getenv("DATABASE_USER"),
Password: os.Getenv("DATABASE_PASSWORD"),
Port: port,
Driver: postgres.SQLX,
Driver: postgres.PGX,
}
}

0 comments on commit 76aaa93

Please sign in to comment.