()
| 81 | |
| 82 | #[test] |
| 83 | fn it_loads_a_contract() { |
| 84 | let bytes = include_bytes!("./../../target/wasm32-unknown-unknown/release/erc20_wit.wasm"); |
| 85 | let _loaded = load_contract(bytes).unwrap(); |
| 86 | } |
| 87 | |
| 88 | #[test] |
| 89 | fn it_calls_contract_functions() { |
nothing calls this directly
no test coverage detected