Skip to content

Commit

Permalink
fix enclave unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Aug 1, 2023
1 parent dd8bc18 commit 7e2e863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave-runtime/src/test/top_pool_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fn create_shielding_call_extrinsic<ShieldingKey: ShieldingCryptoEncrypt>(
let shield_funds_indexes = dummy_node_metadata.shield_funds_call_indexes().unwrap();
let opaque_extrinsic = OpaqueExtrinsic::from_bytes(
ParentchainUncheckedExtrinsic::<ShieldFundsFn>::new_signed(
(shield_funds_indexes, target_account, 1000u128, shard),
(shield_funds_indexes, shard, target_account, 1000u128),
Address::Address32([1u8; 32]),
MultiSignature::Ed25519(signature),
default_extra_for_test.signed_extra(),
Expand Down

0 comments on commit 7e2e863

Please sign in to comment.