mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
[DEL] remove useless assert
Signed-off-by: xiaohua ding <xiao_hua_ding@sina.cn>
This commit is contained in:
parent
c7109494fe
commit
43d61d2bcf
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ func TestCopyDir(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dstPath := filepath.Join(dstDir, relPath)
|
dstPath := filepath.Join(dstDir, relPath)
|
||||||
assert.NilError(t, err)
|
|
||||||
|
|
||||||
// If we add non-regular dirs and files to the test
|
// If we add non-regular dirs and files to the test
|
||||||
// then we need to add more checks here.
|
// then we need to add more checks here.
|
||||||
|
|
Loading…
Add table
Reference in a new issue