From 43d61d2bcff418778131063ddd519bdd1138e0a0 Mon Sep 17 00:00:00 2001 From: kaydxh Date: Mon, 9 Nov 2020 22:54:50 +0800 Subject: [PATCH] [DEL] remove useless assert Signed-off-by: xiaohua ding --- daemon/graphdriver/copy/copy_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/graphdriver/copy/copy_test.go b/daemon/graphdriver/copy/copy_test.go index 491bf78c9a..5fac6fc411 100644 --- a/daemon/graphdriver/copy/copy_test.go +++ b/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.