Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Nov 24, 2023
1 parent aaf6754 commit 049b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/warp-job-account/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn test_execute_controller() {
assert_eq!(
execute_res,
Response::new()
.add_attribute("action", "generic")
.add_attribute("action", "warp_msgs")
.add_messages(vec![
CosmosMsg::Wasm(WasmMsg::Execute {
contract_addr: "contract".to_string(),
Expand Down Expand Up @@ -213,7 +213,7 @@ fn test_execute_owner() {
assert_eq!(
execute_res,
Response::new()
.add_attribute("action", "generic")
.add_attribute("action", "warp_msgs")
.add_messages(vec![
CosmosMsg::Wasm(WasmMsg::Execute {
contract_addr: "contract".to_string(),
Expand Down

0 comments on commit 049b61c

Please sign in to comment.