forked from TrueCloudLab/rclone
fstests: fix typo
This commit is contained in:
parent
e82452ce9a
commit
1f681e585b
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ func Run(t *testing.T, opt *Opt) {
|
|||
assert.Error(t, err, "Expecting error on Rmdir non existent")
|
||||
})
|
||||
|
||||
// TestFsMkdir tests tests making a directory
|
||||
// TestFsMkdir tests making a directory
|
||||
t.Run("TestFsMkdir", func(t *testing.T) {
|
||||
skipIfNotOk(t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue