diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-29 01:15:26 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-29 01:15:26 -0700 |
| commit | be0ec7bc2f99515bd3bd965aa833d864869677c1 (patch) | |
| tree | 1f81d731c33d823da3d9027d588568fe23b0c136 | |
| parent | 1f161f53dcb013fb869acec8bfc18163958d26e5 (diff) | |
| download | seaweedfs-be0ec7bc2f99515bd3bd965aa833d864869677c1.tar.xz seaweedfs-be0ec7bc2f99515bd3bd965aa833d864869677c1.zip | |
fix test
| -rw-r--r-- | weed/wdclient/vid_map_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/wdclient/vid_map_test.go b/weed/wdclient/vid_map_test.go index b1cd24490..eae456c9f 100644 --- a/weed/wdclient/vid_map_test.go +++ b/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 |
