cli tests: correct program data account test check (#660)

This commit is contained in:
Joe C 2024-04-08 14:52:52 -05:00 committed by GitHub
parent 287d0d2582
commit caa18a528f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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[..]