Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Apr 26, 2020
1 parent 79694ee commit 8443258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5094,7 +5094,7 @@ mod tests {

#[test]
#[should_panic]
fn test_add_duplicate_program() {
fn test_add_duplicate_static_program() {
let GenesisConfigInfo { genesis_config, .. } =
create_genesis_config_with_leader(500, &Pubkey::new_rand(), 0);
let mut bank = Bank::new(&genesis_config);
Expand Down

0 comments on commit 8443258

Please sign in to comment.