Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 committed Nov 14, 2024
1 parent de496fa commit 73ba801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/voting-verifier/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub fn migrate(
_msg: Empty,
) -> Result<Response, axelar_wasm_std::error::ContractError> {
cw2::assert_contract_version(deps.storage, CONTRACT_NAME, BASE_VERSION)?;

Check warning on line 114 in contracts/voting-verifier/src/contract.rs

View check run for this annotation

Codecov / codecov/patch

contracts/voting-verifier/src/contract.rs#L114

Added line #L114 was not covered by tests
// any version checks should be done before here

cw2::set_contract_version(deps.storage, CONTRACT_NAME, CONTRACT_VERSION)?;

Check warning on line 116 in contracts/voting-verifier/src/contract.rs

View check run for this annotation

Codecov / codecov/patch

contracts/voting-verifier/src/contract.rs#L116

Added line #L116 was not covered by tests

Ok(Response::default())
Expand Down

0 comments on commit 73ba801

Please sign in to comment.