Typo fix in the returned info.

creat->create
This commit is contained in:
AdamDang 2018-05-02 19:29:36 +08:00 committed by GitHub
parent c073359aab
commit b705f44328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func TestEmptyFile(t *testing.T) {
fsys := fs.MakeFakeFS()
_, err := newKustomizationFile("", fsys)
if err == nil {
t.Fatalf("Creat kustomizationFile from empty filename should fail")
t.Fatalf("Create kustomizationFile from empty filename should fail")
}
}