Skip to content

Commit

Permalink
fixed: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jun 28, 2019
1 parent bff7a18 commit a9a0530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logutils/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestConfigureWithOptions(t *testing.T) {
args: args{
"info",
"stackdriver",
"some-bizzare-bad-named-service-1",
"some-bizarre-bad-named-service-1",
"",
false,
false,
Expand All @@ -150,7 +150,7 @@ func TestConfigureWithOptions(t *testing.T) {
args: args{
"info",
"json",
"some-bizzare-bad-named-service-2",
"some-bizarre-bad-named-service-2",
"",
false,
false,
Expand Down

0 comments on commit a9a0530

Please sign in to comment.