Skip to content

Commit

Permalink
integration-tests: Don't evolve fudge env during creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Nov 7, 2023
1 parent c1bf32b commit 23f44d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/integration-tests/src/generic/envs/fudge_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ impl<T: Runtime + FudgeSupport> Env<T> for FudgeEnv<T> {
let mut handle =
T::FudgeHandle::new(Storage::default(), parachain_storage, sibling_storage);

// TODO(cdamian): Confirm this doesn't affect tests.
// handle.evolve();

Self {
handle,
nonce_storage: HashMap::default(),
Expand Down

0 comments on commit 23f44d4

Please sign in to comment.