Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 26, 2024
1 parent b2129bf commit 912b596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/propagation/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use entropy_shared::ValidatorInfo;
use frame_support::{assert_ok, traits::OnInitialize, BoundedVec};
use pallet_programs::ProgramInfo;
use pallet_registry::ProgramInstance;
use pallet_staking_extension::{RefreshInfo, ResharehInfo};
use pallet_staking_extension::{RefreshInfo, ReshareInfo};
use sp_core::offchain::{testing, OffchainDbExt, OffchainWorkerExt, TransactionPoolExt};
use sp_io::TestExternalities;
use sp_keystore::{testing::MemoryKeystore, KeystoreExt};
Expand Down Expand Up @@ -131,7 +131,7 @@ fn knows_how_to_mock_several_http_calls() {

// doesn't trigger no reshare block
Propagation::post_reshare(7).unwrap();
pallet_staking_extension::ReshareData::<Test>::put(ResharehInfo {
pallet_staking_extension::ReshareData::<Test>::put(ReshareInfo {
block_number: 7,
new_signer: 1u64.encode(),
});
Expand Down

0 comments on commit 912b596

Please sign in to comment.