We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8640e commit fbe85e6Copy full SHA for fbe85e6
pallets/subtensor/src/tests/staking.rs
@@ -77,7 +77,7 @@ fn test_add_stake_ok_no_emission() {
77
assert_eq!(SubtensorModule::get_coldkey_balance(&coldkey_account_id), 1);
78
79
// Check if total stake has increased accordingly.
80
- assert_eq!(SubtensorModule::get_total_stake(), 9999);
+ assert_eq!(SubtensorModule::get_total_stake(), 10000);
81
});
82
}
83
0 commit comments