forked from TrueCloudLab/rclone
sync: fix integration tests to check correct error
This commit is contained in:
parent
997654d77d
commit
5240f9d1e5
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ func TestServerSideMoveOverlap(t *testing.T) {
|
|||
filter.Active.Opt.MinSize = -1
|
||||
}()
|
||||
err = MoveDir(FremoteMove, r.Fremote, false)
|
||||
assert.Equal(t, err, fs.ErrorOverlapping)
|
||||
assert.EqualError(t, err, fs.ErrorOverlapping.Error())
|
||||
}
|
||||
|
||||
// Test a sync with overlap
|
||||
|
|
Loading…
Reference in a new issue