Merge pull request #114334 from claudiubelu/fix-files-unittest

unittests: Fixes TestReplaceFile for Windows
This commit is contained in:
Kubernetes Prow Robot
2022-12-10 09:05:41 -08:00
committed by GitHub

View File

@@ -313,7 +313,7 @@ func TestReplaceFile(t *testing.T) {
return nil
},
desc: "neither parent nor file exists",
err: missingFileError,
err: missingFolderError,
},
}
for _, c := range cases {