fix dup var names
This commit is contained in:
parent
cf97af96b3
commit
f6b8891508
@ -321,8 +321,8 @@ func TestFileClone(t *testing.T) {
|
||||
clone.Path = testCloneFile
|
||||
assert.Nil(t, clone.Apply())
|
||||
|
||||
_, readErr := f.Read(ctx)
|
||||
assert.Nil(t, readErr)
|
||||
_,updateReadErr := f.Read(ctx)
|
||||
assert.Nil(t, updateReadErr)
|
||||
|
||||
clone.Read(ctx)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user