Unverified Commit 8634431b authored by Shaun Wang's avatar Shaun Wang Committed by GitHub
Browse files

Update auctions pallet to FRAME v2 (#3031)

* Migrate auctions pallet to pallet attribute macro.

* Rename extra constants.
parent 77b3aa5c
Pipeline #138508 passed with stages
in 28 minutes and 33 seconds
This diff is collapsed.
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment