Skip to content

Commit

Permalink
hide vault
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Nov 5, 2024
1 parent 6a3bd71 commit f3f9f47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion integration_tests/tests/fixtures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use thiserror::Error;
pub mod restaking_client;
pub mod test_builder;
pub mod tip_router_client;
pub mod vault_client;

pub type TestResult<T> = Result<T, TestError>;

Expand Down
8 changes: 0 additions & 8 deletions integration_tests/tests/fixtures/test_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use solana_program_test::{processor, BanksClientError, ProgramTest, ProgramTestC
use super::{
restaking_client::{NcnRoot, RestakingProgramClient},
tip_router_client::TipRouterClient,
vault_client::VaultProgramClient,
TestResult,
};

Expand Down Expand Up @@ -66,13 +65,6 @@ impl TestBuilder {
)
}

pub fn vault_program_client(&self) -> VaultProgramClient {
VaultProgramClient::new(
self.context.banks_client.clone(),
self.context.payer.insecure_clone(),
)
}

pub fn restaking_program_client(&self) -> RestakingProgramClient {
RestakingProgramClient::new(
self.context.banks_client.clone(),
Expand Down

0 comments on commit f3f9f47

Please sign in to comment.