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

Commit a79e3f8

Browse files
committed
remove remaining references to spl-program-ids
1 parent d181f74 commit a79e3f8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ tokio = "1.38"
4747

4848
[dev-dependencies]
4949
solana-test-validator = "2.0.0"
50-
spl-program-ids = { path = "../../program-ids", version = "1.0.0" }
5150
assert_cmd = "2.0.14"
5251
libtest-mimic = "0.7"
5352
serial_test = "3.1.1"

token/cli/tests/command.rs

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

0 commit comments

Comments
 (0)