From 41508bf6110b66ce4451357aac6f4b7b2bf42d87 Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Mon, 22 Jul 2024 21:42:53 -0400 Subject: [PATCH] fix test --- pallets/propagation/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/propagation/src/tests.rs b/pallets/propagation/src/tests.rs index abab45515..587698859 100644 --- a/pallets/propagation/src/tests.rs +++ b/pallets/propagation/src/tests.rs @@ -78,7 +78,7 @@ fn knows_how_to_mock_several_http_calls() { uri: "http://localhost:3001/validator/reshare".into(), sent: true, response: Some([].to_vec()), - body: [32, 1, 0, 0, 0, 0, 0, 0, 0].to_vec(), + body: [32, 1, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0].to_vec(), ..Default::default() }); });