mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
parent
fc1bf5f931
commit
8ec55ae20b
@ -54,5 +54,5 @@ func TestDumpFlagsSet(t *testing.T) {
|
||||
|
||||
func TestDumpFlagsType(t *testing.T) {
|
||||
f := DumpFlags(0)
|
||||
assert.Equal(t, "string", f.Type())
|
||||
assert.Equal(t, "DumpFlags", f.Type())
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ func TestCacheModeSet(t *testing.T) {
|
||||
|
||||
func TestCacheModeType(t *testing.T) {
|
||||
var m CacheMode
|
||||
assert.Equal(t, "string", m.Type())
|
||||
assert.Equal(t, "CacheMode", m.Type())
|
||||
}
|
||||
|
||||
// convert c.item to a string
|
||||
|
Loading…
Reference in New Issue
Block a user