Explorar o código

[DEL] remove useless assert

Signed-off-by: xiaohua ding <xiao_hua_ding@sina.cn>
kaydxh %!s(int64=4) %!d(string=hai) anos
pai
achega
43d61d2bcf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)
-		assert.NilError(t, err)
 
 		// If we add non-regular dirs and files to the test
 		// then we need to add more checks here.