Skip to content

Commit

Permalink
cli tests: correct program data account test check
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Apr 8, 2024
1 parent 0af9aaa commit 3518208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ fn test_cli_program_deploy_with_authority() {
minimum_balance_for_programdata
);
assert_eq!(programdata_account.owner, bpf_loader_upgradeable::id());
assert!(program_account.executable);
assert!(!programdata_account.executable);
assert_eq!(
programdata_account.data[UpgradeableLoaderState::size_of_programdata_metadata()..],
program_data[..]
Expand Down

0 comments on commit 3518208

Please sign in to comment.