diff options
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 c73049e5..bd2096d9 100644 --- a/internal/pkg/pkg_test.go +++ b/internal/pkg/pkg_test.go @@ -211,7 +211,7 @@ func TestCache(t *testing.T) { } }, func(t *testing.T, base *check.Absolute) { wantChecksum := pkg.MustDecode( - "lvK4lY9bQUFscHpxqHmiPvptjUwOgn3BFhzCXZMeupkY1n22WUPSuh7pswEvVZrx", + "ZNSQH-mjhtIbFvi51lQ0UjatjoS8_5ILrBPNWlO2LWTq9P6MJEnekYzP0esUJnVr", ) if checksum, err := pkg.HashDir(base); err != nil { t.Fatalf("HashDir: error = %v", err) |
