Fix test error message

This commit is contained in:
178inaba 2017-04-17 13:03:31 +09:00
parent 959459eb42
commit e1bc4c143d
3 changed files with 4 additions and 4 deletions

View file

@ -188,6 +188,6 @@ func TestGetAccountFollowing(t *testing.T) {
t.Fatalf("want %q but %q", "foo", fl[0].Username)
}
if fl[1].Username != "bar" {
t.Fatalf("want %q but %q", "bar", fl[0].Username)
t.Fatalf("want %q but %q", "bar", fl[1].Username)
}
}