diff --git a/cluster/hasher_test.go b/cluster/hasher_test.go index 049d103d..9d1584b0 100644 --- a/cluster/hasher_test.go +++ b/cluster/hasher_test.go @@ -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) { diff --git a/cluster/option_test.go b/cluster/option_test.go index 50e5b694..37af6eeb 100644 --- a/cluster/option_test.go +++ b/cluster/option_test.go @@ -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) {