Skip to content

Commit

Permalink
Merge pull request #126 from hashicorp/fix-test-sha
Browse files Browse the repository at this point in the history
Fix outdated SHA in test
  • Loading branch information
radeksimko authored Apr 12, 2023
2 parents 4ea012d + bfa7e95 commit 1cf8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('LS installer', () => {
});

it('should download the correct sha256 sum', async () => {
const expectedSum = '19d67549c9dfa6a99916351f1c5c6a40b5062e91d216c9f305d7aaf225addd0a';
const expectedSum = '516fd7722c2a0d2ca774110a26751879e3dfc0146c5ce9d5ed6d7b2ac54a7cbd';

const remoteSum = await release.downloadSha256Sum(release.builds[0].filename);
assert.strictEqual(remoteSum, expectedSum);
Expand Down

0 comments on commit 1cf8eed

Please sign in to comment.