Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sherpalden committed Dec 4, 2024
1 parent 30b30ec commit 34dd284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/cosmwasm-vm/cw-cluster-connection/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ pub fn test_recv_message_signatures_insufficient() {
let mut sign_1 = signature.to_vec();
sign_1.push(recovery_code.to_byte());

let validators = vec![pubkey];
let val2 = "03ea8d2913ce5bb5637fe732f920ccee7a454a8f1c32a531e7abc1a58a23cc8db0";
let validators = vec![pubkey, hex::decode(val2).unwrap()];

let set_validators_msg = ExecuteMsg::SetValidators {
validators: validators.clone(),
Expand Down

0 comments on commit 34dd284

Please sign in to comment.