1
0
mirror of https://github.com/go-task/task.git synced 2025-03-21 21:27:07 +02:00

Remove unneeded log on test

This commit is contained in:
Andrey Nering 2022-05-14 19:50:15 -03:00
parent 7d474db765
commit a1f9b584dc

View File

@ -1192,7 +1192,6 @@ task: [task-1] echo 'task-1 ran successfully'
task-1 ran successfully
`)
assert.Error(t, e.Run(context.Background(), taskfile.Call{Task: "task-2"}))
fmt.Println(buff.String())
assert.Contains(t, buff.String(), expectedOutputOrder)
}