()
| 330 | use super::*; |
| 331 | |
| 332 | fn test_key() -> nodedb_wal::crypto::WalEncryptionKey { |
| 333 | nodedb_wal::crypto::WalEncryptionKey::from_bytes(&[0x42u8; 32]).unwrap() |
| 334 | } |
| 335 | |
| 336 | #[test] |
| 337 | fn roundtrip_bytes() { |
no outgoing calls
no test coverage detected