Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikbratashchuk committed Jun 2, 2022
1 parent 72c8f83 commit 5be2650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frame/contracts/src/wasm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,5 @@ mod tests {

let mut mock_ext = MockExt::default();
execute(CODE, vec![], &mut mock_ext).unwrap();

assert_eq!(mock_ext.reentrant_count.pop().unwrap(), 12u8);
}
}

0 comments on commit 5be2650

Please sign in to comment.