mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:07:46 +02:00
Be more constistent with naming in remotes
* External objects are called Fs and Object * Object.fs always points to the Fs
This commit is contained in:
@ -58,7 +58,7 @@ var utf8Tests = [][2]string{
|
||||
}
|
||||
|
||||
func TestCleanUtf8(t *testing.T) {
|
||||
f := &FsLocal{}
|
||||
f := &Fs{}
|
||||
f.warned = make(map[string]struct{})
|
||||
for _, test := range utf8Tests {
|
||||
got := f.cleanUtf8(test[0])
|
||||
|
Reference in New Issue
Block a user