Closed q2333gh closed 8 months ago
Or i need to mannually exec uninstall canister to empty stable memory everytime ?
uninstall canister
I got it by using reinstall_canister().
let pic = PocketIc::new() will always create a new IC instance with nothing installed and starting in a blank state.
let pic = PocketIc::new()
Or i need to mannually exec
uninstall canister
to empty stable memory everytime ?