aboutsummaryrefslogtreecommitdiff
path: root/weed/replication/volume_growth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/replication/volume_growth_test.go')
-rw-r--r--weed/replication/volume_growth_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/replication/volume_growth_test.go b/weed/replication/volume_growth_test.go
index ed7467785..4ef0df46c 100644
--- a/weed/replication/volume_growth_test.go
+++ b/weed/replication/volume_growth_test.go
@@ -4,8 +4,8 @@ import (
"encoding/json"
"fmt"
"math/rand"
- "weed/storage"
- "weed/topology"
+ "code.google.com/p/weed-fs/weed/storage"
+ "code.google.com/p/weed-fs/weed/topology"
"testing"
"time"
)