Minor fix

pull/9/head
178inaba 2017-04-15 02:31:22 +09:00
parent dde3686355
commit 2338b8e97e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func TestAccountFollow(t *testing.T) {
}) })
rel, err := client.AccountFollow(123) rel, err := client.AccountFollow(123)
if err == nil { if err == nil {
t.Fatalf("should be fail: %v", err) t.Fatalf("should be fail: %v", err)
} }
rel, err = client.AccountFollow(1234567) rel, err = client.AccountFollow(1234567)
if err != nil { if err != nil {