()
| 463 | |
| 464 | #[test] |
| 465 | fn code_error_message() { |
| 466 | assert_eq!(to_error_msg(ExitCode::OK), ""); |
| 467 | assert_eq!( |
| 468 | to_error_msg(ExitCode::SYS_SENDER_INVALID), |
| 469 | "The message sender doesn't exist." |
| 470 | ); |
| 471 | } |
| 472 | |
| 473 | #[quickcheck_macros::quickcheck] |
| 474 | fn abci_snapshot_metadata(snapshot: SnapshotItem) { |
nothing calls this directly
no outgoing calls
no test coverage detected