Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Nov 26, 2023
1 parent 721b6ea commit 5aef513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ENVIRONMENT=development
DB_DRIVER=postgres
DB_DRIVER=pgx
DB_SOURCE=postgresql://root:secret@localhost:5432/eenergy?sslmode=disable
MIGRATIONS_URL=file://db/migrations
HTTP_SERVER_ADDRESS=0.0.0.0:8080
Expand Down
1 change: 0 additions & 1 deletion db/store/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"testing"

"github.com/aradwann/eenergy/util"

_ "github.com/jackc/pgx/v5/stdlib"
)

Expand Down

0 comments on commit 5aef513

Please sign in to comment.