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:
parent
13606e5e00
commit
7cdf0000d9
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user