Skip to content

Commit

Permalink
chore: Upgrade pocket-ic to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ninegua committed Jan 6, 2025
1 parent 284a4dc commit be9c7bc
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 47 deletions.
114 changes: 69 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ic-crypto-test-utils-reproducible-rng = { git = "https://github.com/dfinity/ic",
ic-test-utilities-load-wasm = { git = "https://github.com/dfinity/ic", rev = "release-2024-09-26_01-31-base" }
itertools = "0.13"
maplit = "1"
pocket-ic = "5.0.0"
pocket-ic = "6.0.0"
proptest = { workspace = true }
rand = "0.8"

Expand Down
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use ic_test_utilities_load_wasm::load_wasm;
use maplit::hashmap;
use mock::{MockOutcall, MockOutcallBuilder};
use pocket_ic::common::rest::{CanisterHttpMethod, MockCanisterHttpResponse, RawMessageId};
use pocket_ic::{CanisterSettings, PocketIc, WasmResult};
use pocket_ic::{management_canister::CanisterSettings, PocketIc, WasmResult};
use serde::{de::DeserializeOwned, Deserialize, Serialize};
use serde_json::json;
use std::sync::Arc;
Expand Down

0 comments on commit be9c7bc

Please sign in to comment.