Merge branch 'master' of github.com:mattn/go-mastodon

This commit is contained in:
Yasuhiro Matsumoto 2017-04-24 19:38:36 +09:00
commit 055cbf0e6f
4 changed files with 478 additions and 2 deletions

View file

@ -60,7 +60,7 @@ func TestCmdFollow(t *testing.T) {
func(app *cli.App) {
err := app.Run([]string{"mstdn", "follow", "different_id"})
if err == nil {
t.Fatalf("should not be fail: %v", err)
t.Fatalf("should be fail: %v", err)
}
},
)