diff --git a/task_test.go b/task_test.go index b4b73c6b..8a8efc9e 100644 --- a/task_test.go +++ b/task_test.go @@ -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) {