mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Update tests.rs (#3814)
This commit is contained in:
committed by
Bastian Köcher
parent
6e5fe1a557
commit
b989c6f9ba
@@ -218,7 +218,6 @@ fn multi_era_reward_should_work() {
|
||||
// Compute now as other parameter won't change
|
||||
let total_payout_0 = current_total_payout_for_duration(3000);
|
||||
assert!(total_payout_0 > 10); // Test is meaningfull if reward something
|
||||
dbg!(<Module<Test>>::slot_stake());
|
||||
<Module<Test>>::reward_by_ids(vec![(11, 1)]);
|
||||
|
||||
start_session(0);
|
||||
|
||||
Reference in New Issue
Block a user