Skip to content

Commit 41621d8

Browse files
authored
Merge pull request #10 from macalinao/igm/testsvm-quarry
Expose TestMintWrapper in the testsvm-quarry prelude
2 parents 5618431 + fecd154 commit 41621d8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

crates/testsvm-quarry/src/prelude.rs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,9 @@
1313
//! ## Included Exports
1414
//!
1515
//! - **Quarry Test Types**: Test helpers for rewarder, quarry, miners, and pools
16-
//! - **TestSVM Core**: All exports from testsvm::prelude
1716
//! - **Quarry Programs**: Generated types from declare_program! macros
1817
//! - **Setup Functions**: Helper functions for program initialization
1918
20-
// Re-export everything from testsvm prelude
21-
pub use testsvm::prelude::*;
22-
23-
// Quarry test helpers
24-
pub use crate::{TestMergeMiner, TestMergePool, TestQuarry, TestRewarder};
25-
26-
// Setup functions
2719
pub use crate::setup_quarry_programs;
28-
29-
// Quarry program types (generated from declare_program!)
20+
pub use crate::{TestMergeMiner, TestMergePool, TestMintWrapper, TestQuarry, TestRewarder};
3021
pub use crate::{quarry_merge_mine, quarry_mine, quarry_mint_wrapper};

0 commit comments

Comments
 (0)