()
| 96 | |
| 97 | #[test] |
| 98 | fn it_parses_string_params() { |
| 99 | let parsed = parse_params(&[PARAMS_1[0], PARAMS_1[1]]).unwrap(); |
| 100 | assert_eq!(parsed, Val::String("Rust Coin".into())); |
| 101 | } |
| 102 | |
| 103 | #[test] |
| 104 | fn it_parses_u64_params() { |
nothing calls this directly
no test coverage detected