Minor improvements

This commit is contained in:
2022-02-20 22:37:34 +00:00
parent 3cb39d978a
commit 19d2ddbd65
2 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ func init() { //nolint:gochecknoinits
txdb.Register("pgtx", "pgx", "postgres://budgeteer_test:budgeteer_test@localhost:5432/budgeteer_test")
}
func TestListTimezonesHandler(t *testing.T) {
func TestRegisterUser(t *testing.T) { //nolint:funlen
t.Parallel()
database, err := postgres.Connect("pgtx", "example")
if err != nil {