Skip to content

Commit

Permalink
updated constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Mar 26, 2024
1 parent 444c2a7 commit 097e3ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('ArtifactHash', () => {
it('calculates the artifact hash', () => {
const artifact = getBenchmarkContractArtifact();
expect(computeArtifactHash(artifact).toString()).toMatchInlineSnapshot(
`"0x1ed6e0f249e6571a4876b3b17e876de906c987b4075b435a964aac22b58945a8"`,
`"0x0c9c8f57b50a8eb121c0a0d0d382faecc9069ad1b46d40fbd7b67a67cfff67ed"`,
);
});
});

0 comments on commit 097e3ae

Please sign in to comment.