()
| 168 | |
| 169 | #[test] |
| 170 | fn it_transfers() { |
| 171 | let mut account_storage = new_account_storage(); |
| 172 | let (_, _) = add_account(&mut account_storage); |
| 173 | let (_, _) = add_account(&mut account_storage); |
| 174 | } |
| 175 | |
| 176 | #[test] |
| 177 | fn root_hash_changes() { |
nothing calls this directly
no test coverage detected