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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user