diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-11 04:40:24 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-11 04:40:24 +0900 |
| commit | 63e137856e47bb9cb472fc58ee6ea0b2e6c666b8 (patch) | |
| tree | 8f79aaf49e8bc154249f27a7df61e6142fd67e36 /internal/pkg/exec_test.go | |
| parent | e1e46504a1939aff927ae47508b0523a7305fb18 (diff) | |
internal/pkg: do not discard the result of compact
This result was mistakenly unused resulting in incorrect identifiers for artifacts with duplicate dependencies.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/exec_test.go')
| -rw-r--r-- | internal/pkg/exec_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/exec_test.go b/internal/pkg/exec_test.go index ef293b68..22e0e2f0 100644 --- a/internal/pkg/exec_test.go +++ b/internal/pkg/exec_test.go @@ -193,7 +193,7 @@ func TestExec(t *testing.T) { }) testtoolDestroy(t, base, c) - }, pkg.MustDecode("RibudsoY1X4_dtshfvL5LYfCPcxVnP0ikOn3yBHzOrt6BpevQiANLJF6Xua76-gM")}, + }, pkg.MustDecode("q8x2zQg4YZbKpPqKlEBj_uxXD9vOBaZ852qOuIsl9QdO73I_UMNpuUoPLtunxUYl")}, {"multiple layers", nil, func(t *testing.T, base *check.Absolute, c *pkg.Cache) { c.SetStrict(true) @@ -244,7 +244,7 @@ func TestExec(t *testing.T) { }) testtoolDestroy(t, base, c) - }, pkg.MustDecode("a05V6iVGAfLO8aG0VSSFyB1QvnzJoMmGbMX6ud8CMMbatvyBv90_xGn1qWEIsjkQ")}, + }, pkg.MustDecode("SITnQ6PTV12PAQQjIuLUxkvsXQiC9Gq_HJQlcb4BPL5YnRHnx8lsW7PRM9YMLBsx")}, }) } |
