fix tests: add CheckMetadataHash ext (#1606)

This commit is contained in:
Niklas Adolfsson
2024-05-24 10:48:39 +02:00
committed by GitHub
parent dd343be1f3
commit 13747dbd6d
@@ -329,6 +329,7 @@ async fn decode_signed_extensions_from_blocks() {
"CheckNonce",
"CheckWeight",
"ChargeAssetTxPayment",
"CheckMetadataHash",
];
assert_eq!(extensions1.iter().count(), expected_signed_extensions.len());