Migrate crowdloan pallet to pallet attribute macro. (#3036)

This commit is contained in:
Shaun Wang
2021-05-20 08:14:20 +12:00
committed by GitHub
parent 98c06f5b57
commit 3137d94d11
2 changed files with 198 additions and 170 deletions
@@ -366,7 +366,7 @@ fn basic_end_to_end_works() {
run_to_block(109);
assert_eq!(
last_event(),
crowdloan::RawEvent::HandleBidResult(ParaId::from(para_2), Ok(())).into(),
crowdloan::Event::<Test>::HandleBidResult(ParaId::from(para_2), Ok(())).into(),
);
run_to_block(110);
assert_eq!(