mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
Fix bug in includes where default taskfiles were not being checked.
This commit is contained in:
@@ -758,7 +758,11 @@ func TestIncludesMultiLevel(t *testing.T) {
|
||||
Dir: "testdata/includes_multi_level",
|
||||
Target: "default",
|
||||
TrimSpace: true,
|
||||
Files: map[string]string{},
|
||||
Files: map[string]string{
|
||||
"called_one.txt": "one",
|
||||
"called_two.txt": "two",
|
||||
"called_three.txt": "three",
|
||||
},
|
||||
}
|
||||
tt.Run(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user