1
0
mirror of https://github.com/go-task/task.git synced 2025-03-05 15:05:42 +02:00

rename test fixture

This commit is contained in:
jaedle 2019-02-24 14:48:48 +01:00
parent 0446cfdba0
commit 1c3082ffa6
2 changed files with 1 additions and 1 deletions

View File

@ -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"