Pārlūkot izejas kodu

Merge pull request #41653 from kaydxh/master

[DEL] remove useless assert
Akihiro Suda 4 gadi atpakaļ
vecāks
revīzija
985592f6b7
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      daemon/graphdriver/copy/copy_test.go

+ 0 - 1
daemon/graphdriver/copy/copy_test.go

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