Skip to content

Commit

Permalink
fix: use correct hash
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Dec 4, 2024
1 parent e9fa921 commit 628a387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proposals/ccip025-extend-sunset-period-3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Clarinet.test({
const proposalInfo = {
name: types.ascii("Extend Direct Execute Sunset Period 3"),
link: types.ascii("https://github.com/citycoins/governance/blob/feat/add-ccip-025/ccips/ccip-025/ccip-025-extend-direct-execute-sunset-period-3.md"),
hash: types.ascii("TBD"),
hash: types.ascii("1ec1aa1216f871b802a742532ed90d6f7843a545"),
};
assertEquals(ccip025.getProposalInfo().result.expectSome().expectTuple(), proposalInfo);

Expand Down

0 comments on commit 628a387

Please sign in to comment.