add value vithh error #1

Merged
andrey merged 3 commits from parse into master 2022-09-18 21:37:27 +03:00
Showing only changes of commit 495b415c34 - Show all commits

View File

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