diff options
Diffstat (limited to 'weed/filer/filer_remote_storage_test.go')
| -rw-r--r-- | weed/filer/filer_remote_storage_test.go | 2 |
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 427cd5a8a..35ffc7538 100644 --- a/weed/filer/filer_remote_storage_test.go +++ b/weed/filer/filer_remote_storage_test.go @@ -31,4 +31,4 @@ func TestFilerRemoteStorage_FindRemoteStorageClient(t *testing.T) { _, _, found4 := rs.FindRemoteStorageClient("/a/b/cc") assert.Equal(t, false, found4, "should not find storage client") -}
\ No newline at end of file +} |
