Fix error msg

This commit is contained in:
Alexander Sheiko 2021-04-22 20:35:33 +03:00
parent 7b1e9d2f07
commit f3597d0db6
2 changed files with 10 additions and 10 deletions

View file

@ -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")
}
}
}