mirror of
https://github.com/distribution/distribution
synced 2025-02-17 20:39:35 +01:00
typo fix from existant to existent
Signed-off-by: liyongxin <yxli@alauda.io> Signed-off-by: Yongxin Li <yxli@alauda.io>
This commit is contained in:
parent
a5c2fdc5b8
commit
6133840f49
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user