Merge branch 'master' of github.com:mattn/go-mastodon
This commit is contained in:
commit
055cbf0e6f
4 changed files with 478 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue