diff options
Diffstat (limited to 'core/utils/round-based-config_test.go')
-rw-r--r-- | core/utils/round-based-config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils/round-based-config_test.go b/core/utils/round-based-config_test.go index a4b27b8..7a57df4 100644 --- a/core/utils/round-based-config_test.go +++ b/core/utils/round-based-config_test.go @@ -20,8 +20,8 @@ package utils import ( "testing" - "gitlab.com/byzantine-lab/tangerine-consensus/core/types" "github.com/stretchr/testify/suite" + "github.com/tangerine-network/tangerine-consensus/core/types" ) type RoundBasedConfigTestSuite struct { |