Browse Source

TestCreateUser add Parallel

pull/1/head
andrey1s 2 years ago
parent
commit
495b415c34
  1. 2
      example/pkg/command/create_user_test.go

2
example/pkg/command/create_user_test.go

@ -12,6 +12,8 @@ import (
)
func TestCreateUser(t *testing.T) {
t.Parallel()
ctx := context.Background()
buf := bytes.Buffer{}
out := output.Buffer(&buf)

Loading…
Cancel
Save