mirror of
https://github.com/moby/moby.git
synced 2026-07-26 03:07:42 +00:00
Merge pull request #41653 from kaydxh/master
[DEL] remove useless assert
This commit is contained in:
@@ -53,7 +53,6 @@ func TestCopyDir(t *testing.T) {
|
||||
}
|
||||
|
||||
dstPath := filepath.Join(dstDir, relPath)
|
||||
assert.NilError(t, err)
|
||||
|
||||
// If we add non-regular dirs and files to the test
|
||||
// then we need to add more checks here.
|
||||
|
||||
Reference in New Issue
Block a user