Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Dec 2, 2024
1 parent ba788ca commit f1213c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/icp/context-config/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ use rand::Rng;

fn setup() -> (PocketIc, Principal) {
let pic = PocketIc::new();
let wasm = std::fs::read("res/context_contract.wasm")
.expect("failed to read wasm");
let wasm = std::fs::read("res/context_contract.wasm").expect("failed to read wasm");
let canister = pic.create_canister();
pic.add_cycles(canister, 2_000_000_000_000);
pic.install_canister(
Expand Down

0 comments on commit f1213c0

Please sign in to comment.