Fix error msg
This commit is contained in:
parent
7b1e9d2f07
commit
f3597d0db6
2 changed files with 10 additions and 10 deletions
|
|
@ -16,7 +16,7 @@ func TestGetTrends(t *testing.T) {
|
|||
|
||||
for _, trend := range trends {
|
||||
if trend == "" {
|
||||
t.Error("Expected trend is not empty")
|
||||
t.Error("Expected trend is empty")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue