()
| 1007 | |
| 1008 | #[test] |
| 1009 | fn test_schema_version_is_1() { |
| 1010 | assert_eq!(SCHEMA_VERSION, 1); |
| 1011 | let e = make_minimal_envelope(); |
| 1012 | assert_eq!(e.schema_version, 1); |
| 1013 | } |
| 1014 | |
| 1015 | #[test] |
| 1016 | fn test_schema_version_in_decoded() { |
nothing calls this directly
no test coverage detected