Skip to content

Commit

Permalink
Updated test_helpers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed May 18, 2024
1 parent 56eec35 commit ee9daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pub fn print_state(app: &mut CyberApp, cn_addr: &Addr) {
file.write(data.as_bytes()).unwrap();
}

#[test]
// #[test]
fn test_instantiate() {
let mut app = mock_app(&[coin(42000000000 as u128, "boot".to_string())]);

Expand Down

0 comments on commit ee9daa2

Please sign in to comment.