Skip to content

Commit

Permalink
Ginへの移行
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Sep 29, 2024
1 parent cac26f4 commit 8b852b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/handler/count_holidays_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import (
"github.com/kynmh69/go-ja-holidays/logging"
"github.com/kynmh69/go-ja-holidays/util"
"net/http/httptest"
"os"
"testing"
)

func TestMain(m *testing.M) {
_ = os.Setenv("PSQL_HOSTNAME", "localhost")
util.SetUp()
code := m.Run()
if code > 0 {
Expand Down

0 comments on commit 8b852b1

Please sign in to comment.