add test for account command
This commit is contained in:
parent
db7fcb38bb
commit
5ee5295be5
5 changed files with 34 additions and 4 deletions
|
@ -28,6 +28,6 @@ func TestCmdFollowers(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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue