tests: add WeightReclaim signed ext (#1893)

This commit is contained in:
Niklas Adolfsson
2025-01-07 11:07:56 +01:00
committed by GitHub
parent 27e275fc42
commit 2e3e9591c1
@@ -341,6 +341,7 @@ async fn decode_signed_extensions_from_blocks() {
"CheckWeight", "CheckWeight",
"ChargeAssetTxPayment", "ChargeAssetTxPayment",
"CheckMetadataHash", "CheckMetadataHash",
"WeightReclaim",
]; ];
assert_eq!(extensions1.iter().count(), expected_signed_extensions.len()); assert_eq!(extensions1.iter().count(), expected_signed_extensions.len());