Skip to content

Commit

Permalink
fixing test race conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 25, 2024
1 parent 04ee7ea commit cfe3cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use candid::Principal;
use fns::read_text;
use pocket_ic::PocketIc;
use std::{cell::RefCell, fs};
use std::sync::Once;

const BACKEND_WASM: &str = "tests/canister_initial/target/wasm32-unknown-unknown/release/canister_initial_backend_small.wasm";
const BACKEND_WASM_UPGRADED: &str = "tests/canister_upgraded/target/wasm32-unknown-unknown/release/canister_upgraded_backend_small.wasm";
Expand Down

0 comments on commit cfe3cc3

Please sign in to comment.