Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed May 10, 2023
1 parent 6fd8a81 commit 61c7243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/remote/auth/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ func TestStaticCredential(t *testing.T) {
},
},
{
name: "Mismatch credential for regular registry",
name: "Mismatched credential for regular registry",
registry: "registry.example.com",
target: "whatever.example.com",
cred: Credential{
Expand All @@ -2035,7 +2035,7 @@ func TestStaticCredential(t *testing.T) {
want: EmptyCredential,
},
{
name: "Mismatch credential for docker.io",
name: "Mismatched credential for docker.io",
registry: "docker.io",
target: "whatever.docker.io",
cred: Credential{
Expand Down

0 comments on commit 61c7243

Please sign in to comment.