Skip to content

Commit

Permalink
revert shasum
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <[email protected]>
  • Loading branch information
schristoff committed Sep 19, 2024
1 parent b66246c commit 0d7a93b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/internal/packager2/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ func TestLoadPackage(t *testing.T) {
{
name: "tarball",
source: "./testdata/zarf-package-test-amd64-0.0.1.tar.zst",
shasum: "b16816b9772b72f3395132a67333b149a5d6031cfe24520df372a81f40182da2",
shasum: "307294e3a066cebea6f04772c2ba31210b2753b40b0d5da86a1983c29c5545dd",
},
{
name: "split",
source: "./testdata/zarf-package-test-amd64-0.0.1.tar.zst.part000",
shasum: "19c22ed4f6981cb1475e13dd790daf89b63c04bcc475e6d066cdc0ce8843d897",
shasum: "6c0de217e3eeff224679ec0a26751655759a30f4aae7fbe793ca1617ddfc4228",
},
}
for _, tt := range tests {
Expand Down
2 changes: 1 addition & 1 deletion src/internal/packager2/pull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestPull(t *testing.T) {
})

dir := t.TempDir()
shasum := "b16816b9772b72f3395132a67333b149a5d6031cfe24520df372a81f40182da2"
shasum := "307294e3a066cebea6f04772c2ba31210b2753b40b0d5da86a1983c29c5545dd"
err := Pull(ctx, srv.URL, dir, shasum, filters.Empty())
require.NoError(t, err)

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sha256Sum":"19c22ed4f6981cb1475e13dd790daf89b63c04bcc475e6d066cdc0ce8843d897","bytes":3683508,"count":4}
{"sha256Sum":"6c0de217e3eeff224679ec0a26751655759a30f4aae7fbe793ca1617ddfc4228","bytes":3683508,"count":4}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0d7a93b

Please sign in to comment.