浏览代码

[DEL] remove useless assert

Signed-off-by: xiaohua ding <xiao_hua_ding@sina.cn>
kaydxh 4 年之前
父节点
当前提交
43d61d2bcf
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.