aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-26 17:33:57 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-26 17:33:57 -0700
commit9242f3aaebe0714a205ece0e85eb906305960096 (patch)
tree30606e7f95dc1abac62c944871f297929fee33cc
parent49a8dfb9765bfa5cb9ffd5246e5af582edaaf65d (diff)
downloadseaweedfs-9242f3aaebe0714a205ece0e85eb906305960096.tar.xz
seaweedfs-9242f3aaebe0714a205ece0e85eb906305960096.zip
fix build
-rw-r--r--weed/filer/filer_remote_storage_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filer_remote_storage_test.go b/weed/filer/filer_remote_storage_test.go
index 9919e7146..9f4d7af2f 100644
--- a/weed/filer/filer_remote_storage_test.go
+++ b/weed/filer/filer_remote_storage_test.go
@@ -1,7 +1,7 @@
package filer
import (
- "github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
+ "github.com/chrislusf/seaweedfs/weed/pb/remote_pb"
"github.com/stretchr/testify/assert"
"testing"
)