Skip to content

Commit

Permalink
tests: update voucher version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamluke4 committed Aug 24, 2024
1 parent c4a5dd2 commit 7a31ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/hooks/useDeploy.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const mockDeployInput: Omit<DeployVoucherInput, "voucherAddress"> = {
pathLicense: true,
termsAndConditions: true,
},
contractVersion: "0.5.6",
contractVersion: "0.5.7",
};

describe("useDeploy hook", () => {
Expand Down

0 comments on commit 7a31ba9

Please sign in to comment.