1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #41653 from kaydxh/master

[DEL] remove useless assert
This commit is contained in:
Akihiro Suda 2020-11-10 02:08:29 +09:00 committed by GitHub
commit 985592f6b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.