Skip to content

Commit

Permalink
Merge pull request #2712 from liyongxin/master
Browse files Browse the repository at this point in the history
typo fix from existant to existent
  • Loading branch information
dmp42 committed Sep 13, 2018
2 parents a5c2fdc + 6133840 commit b089e91
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 b089e91

Please sign in to comment.