Update tests.rs (#3814)

This commit is contained in:
Kian Paimani
2019-10-13 17:22:53 +02:00
committed by Bastian Köcher
parent 6e5fe1a557
commit b989c6f9ba
-1
View File
@@ -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);