Skip to content

Commit

Permalink
solve import
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 25, 2024
1 parent d795b1f commit 6398315
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nomad/service_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package nomad_test

import (
"os"
"testing"
)


func TestMain(m *testing.M) {
if os.Getenv("APP_ENV") == "" {
Expand Down

0 comments on commit 6398315

Please sign in to comment.