diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-03 20:56:11 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-03 20:56:11 +0900 |
| commit | deda16da38187091ec59d28fb4fbc672ff71e70e (patch) | |
| tree | bee9667be77586bb6ab4850b2a1f05d5e836f6e1 /internal/pkg/pkg_test.go | |
| parent | 55465c6e72a1ca0a1d7fc719ca73d18531e911fe (diff) | |
internal/pkg: create work directory
This is used for artifacts that cure into directories.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/pkg_test.go')
| -rw-r--r-- | internal/pkg/pkg_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/pkg_test.go b/internal/pkg/pkg_test.go index c5b5cdca..79544430 100644 --- a/internal/pkg/pkg_test.go +++ b/internal/pkg/pkg_test.go @@ -263,7 +263,7 @@ func TestCache(t *testing.T) { if _, _, err := c.LoadFile(zeroIdent); !reflect.DeepEqual(err, wantErrNonexistentZero) { t.Fatalf("LoadFile: error = %#v, want %#v", err, wantErrNonexistentZero) } - }, pkg.MustDecode("ZNSQH-mjhtIbFvi51lQ0UjatjoS8_5ILrBPNWlO2LWTq9P6MJEnekYzP0esUJnVr")}, + }, pkg.MustDecode("G4u4W77C3u46oSAzwPTERKbS9h76iIvcd7Zl8p8Y6hTMb4_QGpH0Glg_DIJg-Usa")}, } checkWithCache(t, testCases) } |
