Skip to content

Commit

Permalink
typo fix from existant to existent
Browse files Browse the repository at this point in the history
Signed-off-by: liyongxin <yxli@alauda.io>
Signed-off-by: Yongxin Li <yxli@alauda.io>
  • Loading branch information
liyongxin committed Sep 13, 2018
1 parent a5c2fdc commit 6133840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/proxy/proxymanifeststore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 6133840

Please sign in to comment.