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

Commit

Permalink
changes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Apr 29, 2023
1 parent 5f344f1 commit 8d0d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7713,7 +7713,7 @@ fn test_bpf_loader_upgradeable_deploy_with_max_len() {
}

let loaded_program = bank
.load_program(&program_keypair.pubkey())
.load_program(&program_keypair.pubkey(), false)
.expect("Failed to load the program");

// Invoke deployed program
Expand Down

0 comments on commit 8d0d713

Please sign in to comment.