diff --git a/cmd/api/handlers_test.go b/cmd/api/handlers_test.go index fa1c270..bc44265 100644 --- a/cmd/api/handlers_test.go +++ b/cmd/api/handlers_test.go @@ -5,8 +5,8 @@ import ( "encoding/json" "net/http" "net/http/httptest" - "strings" "os" + "strings" "testing" "github.com/go-redis/redis/v8" diff --git a/cmd/cron/station_status_test.go b/cmd/cron/station_status_test.go index 7fa9356..c8eaa70 100644 --- a/cmd/cron/station_status_test.go +++ b/cmd/cron/station_status_test.go @@ -3,8 +3,8 @@ package main import ( "context" "fmt" - "testing" "os" + "testing" "time" "github.com/go-redis/redis/v8"