Skip to content

Commit fbe85e6

Browse files
committed
1 fix for sam :)
1 parent fb8640e commit fbe85e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/staking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn test_add_stake_ok_no_emission() {
7777
assert_eq!(SubtensorModule::get_coldkey_balance(&coldkey_account_id), 1);
7878

7979
// Check if total stake has increased accordingly.
80-
assert_eq!(SubtensorModule::get_total_stake(), 9999);
80+
assert_eq!(SubtensorModule::get_total_stake(), 10000);
8181
});
8282
}
8383

0 commit comments

Comments
 (0)