Skip to content

Commit

Permalink
remove #[test] from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 25, 2025
1 parent 0f4baf3 commit c9100aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/litesvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ use {
},
};
#[test]
fn test_logging() {
let program_id = pubkey!("Logging111111111111111111111111111111111111");
let account_meta = AccountMeta {
Expand Down Expand Up @@ -123,7 +122,6 @@ use {
},
};
#[test]
fn test_set_clock() {
let program_id = Pubkey::new_unique();
let mut svm = LiteSVM::new();
Expand Down Expand Up @@ -191,7 +189,6 @@ use {
},
};
#[test]
fn test_infinite_usdc_mint() {
let owner = Pubkey::new_unique();
let usdc_mint = pubkey!("EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v");
Expand Down

0 comments on commit c9100aa

Please sign in to comment.