Fix field1 input in test data

This commit is contained in:
Bojan Serafimov
2023-11-03 14:44:40 -04:00
parent fe5f79aed6
commit 0b124f882f

View File

@@ -3692,7 +3692,7 @@ mod tests {
use tokio_util::sync::CancellationToken;
static TEST_KEY: Lazy<Key> =
Lazy::new(|| Key::from_slice(&hex!("110000000033333333444444445500000001")));
Lazy::new(|| Key::from_slice(&hex!("010000000033333333444444445500000001")));
#[tokio::test]
async fn test_basic() -> anyhow::Result<()> {