database/connections/test: Simplify NewTestDB
Created by: efritz
We used to return a wrapper around db.Close()
, which we only used in order to close golang-migrate wrappers separately from the connection.
This PR removes that wrapper and calls db.Close()
directly in the consumer.