Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Nov 29, 2023
1 parent 1c18261 commit 8fe15dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap_test.go
Expand Up @@ -40,6 +40,8 @@ func bootstrap(t *testing.T, driver, dsn string) {
if _, err := db.Exec(psql_sql); err != nil {
t.Fatal(err)
}
default:
panic("unrecognized driver: " + driver)
}
if _, err := db.Exec(inserts); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 8fe15dd

Please sign in to comment.