Skip to content

Commit

Permalink
Fix test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-coding committed Aug 3, 2024
1 parent 3b14d58 commit b5f23ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/epoch_stakes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ pub(crate) mod tests {
}

#[test]
fn test_epoch_stakes() {
fn test_node_id_to_stake() {
let num_nodes = 10;
let num_vote_accounts_per_node = 2;

Expand Down

0 comments on commit b5f23ad

Please sign in to comment.