1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

fix: checksum variable in status is incorrect (#1080)

* fix: checksum variable in status is incorrect

* chore: changelog
This commit is contained in:
Pete Davison
2023-03-23 21:09:16 +00:00
committed by GitHub
parent 34f15a4976
commit 738ffde962
3 changed files with 11 additions and 11 deletions

View File

@@ -691,7 +691,7 @@ func TestStatusVariables(t *testing.T) {
assert.NoError(t, e.Setup())
assert.NoError(t, e.Run(context.Background(), taskfile.Call{Task: "build"}))
assert.Contains(t, buff.String(), "d41d8cd98f00b204e9800998ecf8427e")
assert.Contains(t, buff.String(), "a41e7948dcd321db412ce61d3d5c9864")
inf, err := os.Stat(filepathext.SmartJoin(dir, "source.txt"))
assert.NoError(t, err)