1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00
This commit is contained in:
Valentin Maerten
2025-02-23 12:42:16 +01:00
parent dbe053277e
commit 8bc8490485

View File

@ -553,7 +553,6 @@ func TestPreconditionGlobal(t *testing.T) {
assert.Equal(t, "task: Included Taskfiles can't have preconditions declarations. Please, move the preconditions declaration to the main Taskfile", err.Error())
buff.Reset()
}
func TestGenerates(t *testing.T) {