We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3152f0f commit 245c0b2Copy full SHA for 245c0b2
message_buffer/programs/mock-cpi-caller/tests/cases/mod.rs
@@ -1,8 +1,3 @@
1
-// use test_all::program_test::{
2
-// fetch_whitelist,
3
-// send_initialize_whitelist,
4
-// setup_program_test,
5
-// };
6
pub use {
7
super::program_test::*,
8
solana_program_test::*,
pythnet/message_buffer/programs/mock-cpi-caller/tests/program_test/mod.rs
@@ -397,7 +397,6 @@ pub async fn send_add_price_ix(
397
.await
398
.unwrap();
399
400
- // Ok((msg_buffer_pda, msg_buffer_bump))
401
Ok(())
402
}
403
0 commit comments