Skip to content

Commit

Permalink
looks like go test got pickier
Browse files Browse the repository at this point in the history
  • Loading branch information
ctdk committed Apr 28, 2018
1 parent 98a635f commit ec85618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loginfo/log_info_test.go
Expand Up @@ -123,7 +123,7 @@ func TestSkipLogExtended(t *testing.T) {
searchParams["doer"] = doer.Name
searching, _ := GetLogInfos(searchParams, 0)
if len(searching) != 6 {
t.Errorf("Somehow searching for events to check skipping extended log info returned only %d events (should have returned 6).")
t.Errorf("Somehow searching for events to check skipping extended log info returned only %d events (should have returned 6).", len(searching))
}
for z, e := range searching {
if e.ExtendedInfo != "" {
Expand Down

0 comments on commit ec85618

Please sign in to comment.