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:
parent
7d474db765
commit
a1f9b584dc
@ -1192,7 +1192,6 @@ task: [task-1] echo 'task-1 ran successfully'
|
|||||||
task-1 ran successfully
|
task-1 ran successfully
|
||||||
`)
|
`)
|
||||||
assert.Error(t, e.Run(context.Background(), taskfile.Call{Task: "task-2"}))
|
assert.Error(t, e.Run(context.Background(), taskfile.Call{Task: "task-2"}))
|
||||||
fmt.Println(buff.String())
|
|
||||||
assert.Contains(t, buff.String(), expectedOutputOrder)
|
assert.Contains(t, buff.String(), expectedOutputOrder)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user