diff --git a/program/Cargo.toml b/program/Cargo.toml index 6f9072d..1fb9125 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -2,7 +2,7 @@ name = "spl-token-metadata-example" version = "0.3.0" description = "Solana Program Library Token Metadata Example Program" -documentation = "https://docs.rs/spl-token-group-interface" +documentation = "https://docs.rs/spl-token-metadata-example" authors = { workspace = true } repository = { workspace = true } homepage = { workspace = true } diff --git a/program/tests/program_test.rs b/program/tests/program_test.rs index 19e91ee..3acca53 100644 --- a/program/tests/program_test.rs +++ b/program/tests/program_test.rs @@ -31,11 +31,7 @@ pub async fn setup( Arc>, Arc, ) { - let mut program_test = ProgramTest::new( - "spl_token_metadata_example", - *program_id, - processor!(spl_token_metadata_example::processor::process), - ); + let mut program_test = ProgramTest::new("spl_token_metadata_example", *program_id, None); program_test.prefer_bpf(false); // simplicity in the build program_test.add_program(