Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ae78c79

Browse files
committed
remove remaining references to spl-program-ids
1 parent 36b192c commit ae78c79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/cli/tests/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async fn new_validator_for_test() -> (TestValidator, Keypair) {
167167
upgrade_authority: Pubkey::new_unique(),
168168
},
169169
UpgradeableProgramInfo {
170-
program_id: spl_program_ids::spl_associated_token_account::id(),
170+
program_id: spl_associated_token_address::id(),
171171
loader: bpf_loader_upgradeable::id(),
172172
program_path: PathBuf::from("../../target/deploy/spl_associated_token_account.so"),
173173
upgrade_authority: Pubkey::new_unique(),

0 commit comments

Comments
 (0)