update lint

This commit is contained in:
2020-10-25 19:27:02 +03:00
parent 8886872c77
commit 3843a30d85
4 changed files with 15 additions and 9 deletions

View File

@@ -13,10 +13,10 @@ import (
func TestCreateUser(t *testing.T) {
ctx := context.Background()
in := &input.Array{}
in.SetArgument("username", "andrey")
buf := bytes.Buffer{}
out := output.Buffer(&buf)
in := &input.Array{}
in.SetArgument("username", "andrey")
err := console.Run(ctx, command.CreateUser(false), in, out)
if err != nil {