()
| 795 | |
| 796 | #[test] |
| 797 | fn test_is_session_envelope_minimal() { |
| 798 | let bytes = make_minimal_envelope().encode().unwrap(); |
| 799 | assert!(SessionEnvelope::is_session_envelope(&bytes)); |
| 800 | } |
| 801 | |
| 802 | #[test] |
| 803 | fn test_is_session_envelope_not_envelope() { |
nothing calls this directly
no test coverage detected