Commit 6133840f authored by liyongxin's avatar liyongxin Committed by Yongxin Li
Browse files

typo fix from existant to existent

Signed-off-by: default avatarliyongxin <yxli@alauda.io>
Signed-off-by: default avatarYongxin Li <yxli@alauda.io>
parent a5c2fdc5
Showing with 2 additions and 2 deletions
+2 -2
......@@ -217,7 +217,7 @@ func TestProxyManifests(t *testing.T) {
t.Fatalf("Error checking existence")
}
if !exists {
t.Errorf("Unexpected non-existant manifest")
t.Errorf("Unexpected non-existent manifest")
}
if (*localStats)["exists"] != 1 && (*remoteStats)["exists"] != 1 {
......@@ -252,7 +252,7 @@ func TestProxyManifests(t *testing.T) {
t.Fatal(err)
}
if !exists {
t.Errorf("Unexpected non-existant manifest")
t.Errorf("Unexpected non-existent manifest")
}
if (*localStats)["exists"] != 2 && (*remoteStats)["exists"] != 1 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment