Skip to content

Commit

Permalink
modify fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YIDWang committed Jan 23, 2019
1 parent 5ac42cd commit c98c48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestInfo(t *testing.T) {
}),
}
Info(ctx)
t.Log(out.String())
// t.Log(out.String())
if strings.Index(out.String(), "ERR") == 0 {
t.Fail()
}
Expand Down

0 comments on commit c98c48d

Please sign in to comment.