mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:53:34 +08:00
fix test
This commit is contained in:
@@ -63,7 +63,7 @@ func TestLocationIndex(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestLookupFileId(t *testing.T) {
|
||||
mc := NewMasterClient(grpc.EmptyDialOption{}, "", "", "", "", nil)
|
||||
mc := NewMasterClient(grpc.EmptyDialOption{}, "", "", "", "", "", nil)
|
||||
length := 5
|
||||
|
||||
//Construct a cache linked list of length 5
|
||||
|
Reference in New Issue
Block a user