1
0
mirror of https://github.com/go-task/task.git synced 2025-04-09 07:13:59 +02:00

Fix error message assertion in task_test

This commit is contained in:
tylermmorton 2022-02-03 22:23:01 -05:00
parent 13606e5e00
commit 7cdf0000d9

View File

@ -765,7 +765,7 @@ func TestIncludesMultiLevel(t *testing.T) {
func TestIncludeCycle(t *testing.T) {
const dir = "testdata/includes_cycle"
expectedError := "include cycle detected between testdata/includes_cycle/Taskfile.yml <--> testdata/includes_cycle/one/two/Taskfile.yml"
expectedError := "task: include cycle detected between testdata/includes_cycle/Taskfile.yml <--> testdata/includes_cycle/one/two/Taskfile.yml"
var buff bytes.Buffer
e := task.Executor{