Skip to content

Commit

Permalink
import common so init() is called and procs work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Sep 5, 2023
1 parent 6145dd7 commit 28276f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sim/warlock/warlock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package warlock
import (
"testing"

_ "github.com/wowsims/wotlk/sim/common"
"github.com/wowsims/wotlk/sim/core"
"github.com/wowsims/wotlk/sim/core/proto"
)
Expand Down
1 change: 1 addition & 0 deletions sim/web/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"testing"
"time"

_ "github.com/wowsims/wotlk/sim/common"
"github.com/wowsims/wotlk/sim/core"
"github.com/wowsims/wotlk/sim/core/proto"
googleProto "google.golang.org/protobuf/proto"
Expand Down

0 comments on commit 28276f4

Please sign in to comment.