Skip to content

Commit

Permalink
Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreydwalter committed Apr 29, 2024
1 parent e8cc338 commit 571da95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dbtest/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
)

var allDBs = map[string]func(tb testing.TB) *bun.DB{
pgName: pg,
pgName: pg,
pgxName: pgx,
mysql5Name: mysql5,
mysql8Name: mysql8,
Expand Down

0 comments on commit 571da95

Please sign in to comment.