Skip to content

Commit

Permalink
Update internal/errors/discoverer_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
  • Loading branch information
hlts2 and vankichi authored Dec 21, 2020
1 parent e17c05e commit c9cd358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/discoverer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func TestErrPodNameNotFound(t *testing.T) {
}
tests := []test{
{
name: "returns discover pod not found error when ns is `vald-discoverer`",
name: "returns discover pod not found error when ns is 'vald-discoverer'",
args: args{
name: "vald-discoverer",
},
Expand Down

0 comments on commit c9cd358

Please sign in to comment.