Skip to content

Commit

Permalink
third
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga committed Dec 30, 2024
1 parent 8f489d7 commit f24e60a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rs/nns/governance/src/proposals/install_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ mod tests {
arg: vec![4, 5, 6],
compute_allocation: None,
memory_allocation: None,
chunked_canister_wasm: None,
}
);
}
Expand Down Expand Up @@ -376,6 +377,7 @@ mod tests {
arg: vec![],
compute_allocation: None,
memory_allocation: None,
chunked_canister_wasm: None,
}
);
}
Expand Down
1 change: 1 addition & 0 deletions rs/nns/integration_tests/src/governance_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ fn test_root_restarts_canister_during_upgrade_canister_with_stop_canister_timeou
arg: vec![],
compute_allocation: None,
memory_allocation: None,
chunked_canister_wasm: None,
};

let _: () = update_with_sender(
Expand Down
1 change: 1 addition & 0 deletions rs/sns/integration_tests/src/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ fn test_root_restarts_governance_on_stop_canister_timeout() {
arg: vec![],
compute_allocation: None,
memory_allocation: None,
chunked_canister_wasm: None,
};

let _: () = update_with_sender(
Expand Down

0 comments on commit f24e60a

Please sign in to comment.