1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

CHANGELOG + small improvements to #936

This commit is contained in:
Andrey Nering
2022-12-17 10:35:30 -03:00
parent 321f7b59d8
commit 957bff4b89
4 changed files with 19 additions and 2 deletions

View File

@@ -1040,7 +1040,7 @@ func TestIncludesInternal(t *testing.T) {
}{
{"included internal task via task", "task-1", false, "Hello, World!\n"},
{"included internal task via dep", "task-2", false, "Hello, World!\n"},
{"included internal direct", "included:task-3", true, ""},
{"included internal direct", "included:task-3", true, "task: No tasks with description available. Try --list-all to list all tasks\n"},
}
for _, test := range tests {