mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Update auctions pallet to FRAME v2 (#3031)
* Migrate auctions pallet to pallet attribute macro. * Rename extra constants.
This commit is contained in:
@@ -371,7 +371,7 @@ fn basic_end_to_end_works() {
|
||||
run_to_block(110);
|
||||
assert_eq!(
|
||||
last_event(),
|
||||
auctions::RawEvent::AuctionClosed(1).into(),
|
||||
auctions::Event::<Test>::AuctionClosed(1).into(),
|
||||
);
|
||||
|
||||
// Paras should have won slots
|
||||
|
||||
Reference in New Issue
Block a user