Browse Source

fix test

pull/3379/head
chrislu 2 years ago
parent
commit
be0ec7bc2f
  1. 2
      weed/wdclient/vid_map_test.go

2
weed/wdclient/vid_map_test.go

@ -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

Loading…
Cancel
Save