diff --git a/task_test.go b/task_test.go index aa473e63..eb66e976 100644 --- a/task_test.go +++ b/task_test.go @@ -580,7 +580,7 @@ func TestDetails(t *testing.T) { } assert.NoError(t, e.Setup()) assert.NoError(t, e.Run(context.Background(), taskfile.Call{Task: "task-with-details"})) - assert.Equal(t, readTestFixture(t, dir, "task-with-details-details.txt"), buff.String()) + assert.Equal(t, readTestFixture(t, dir, "task-with-details.txt"), buff.String()) buff.Reset() const noDetails = "task-without-details" diff --git a/testdata/details/task-with-details-details.txt b/testdata/details/task-with-details.txt similarity index 100% rename from testdata/details/task-with-details-details.txt rename to testdata/details/task-with-details.txt