Skip to content

Commit

Permalink
fix: fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 6, 2024
1 parent 64ecd58 commit 13ba727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/hasher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"testing"

"github.com/stretchr/testify/assert"
testkit "github.com/tochemey/goakt/mocks/hash"
testkit "github.com/tochemey/goakt/test/mocks/hash"
)

func TestHasher(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion cluster/option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/tochemey/goakt/log"
testkit "github.com/tochemey/goakt/mocks/hash"
testkit "github.com/tochemey/goakt/test/mocks/hash"
)

func TestOptions(t *testing.T) {
Expand Down

0 comments on commit 13ba727

Please sign in to comment.