add test for account command

This commit is contained in:
Yasuhiro Matsumoto 2017-04-17 00:00:12 +09:00
parent db7fcb38bb
commit 5ee5295be5
5 changed files with 34 additions and 4 deletions

View file

@ -25,6 +25,6 @@ func TestCmdTimeline(t *testing.T) {
},
)
if !strings.Contains(out, "zzz") {
t.Fatalf("%q should be contained in output of instance command: %v", "zzz", out)
t.Fatalf("%q should be contained in output of command: %v", "zzz", out)
}
}