Improve error msg
This commit is contained in:
parent
1cabbe92ba
commit
bf5b9db7d6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ func TestGetTrends(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(trends) != 10 {
|
if len(trends) != 10 {
|
||||||
t.Error("Expected 10 trends")
|
t.Errorf("Expected 10 trends, got %d: %#v", len(trends), trends)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue