Skip to content

Commit

Permalink
lowercase for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed Mar 3, 2017
1 parent 36a314c commit 05dd620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/externaldns/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ func TestParseFlags(t *testing.T) {

func validateConfig(t *testing.T, got, expected *Config) {
if !reflect.DeepEqual(got, expected) {
t.Errorf("Config is wrong")
t.Errorf("config is wrong")
}
}

0 comments on commit 05dd620

Please sign in to comment.