Skip to content

Commit

Permalink
Merge pull request #7885 from hurf/master
Browse files Browse the repository at this point in the history
Update errors_test.go
  • Loading branch information
wojtek-t committed May 7, 2015
2 parents 7882d1e + f42a18d commit 128835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/errors/errors_test.go
Expand Up @@ -91,7 +91,7 @@ func TestPluralAggregate(t *testing.T) {
t.Errorf("expected '[abc, 123]', got %q", s)
}
if s := agg.Errors(); len(s) != 2 {
t.Errorf("expected one-element slice, got %#v", s)
t.Errorf("expected two-elements slice, got %#v", s)
}
if s := agg.Errors()[0].Error(); s != "abc" {
t.Errorf("expected '[abc, 123]', got %q", s)
Expand Down

0 comments on commit 128835e

Please sign in to comment.