diff options
Diffstat (limited to 'integration_test/stats.go')
-rw-r--r-- | integration_test/stats.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_test/stats.go b/integration_test/stats.go index 11b1db0..311e21a 100644 --- a/integration_test/stats.go +++ b/integration_test/stats.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/dexon-foundation/dexon-consensus-core/core/test" - "github.com/dexon-foundation/dexon-consensus-core/core/types" + "github.com/dexon-foundation/dexon-consensus/core/test" + "github.com/dexon-foundation/dexon-consensus/core/types" ) // Errors when calculating statistics for events. |