Skip to content

Commit

Permalink
use testvectors
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Dec 19, 2023
1 parent 45fd694 commit 792a056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darkside-tests/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ pub mod scenarios {
use std::ops::Add;

use zcash_primitives::consensus::{BlockHeight, BranchId};
use zingo_testutils::{data::seeds, scenarios::setup::ClientBuilder};
use zingo_testutils::scenarios::setup::ClientBuilder;
use zingoconfig::RegtestNetwork;
use zingolib::{lightclient::LightClient, wallet::Pool};

Expand Down Expand Up @@ -551,7 +551,7 @@ pub mod scenarios {
self.faucet = Some(
self.client_builder
.build_client(
seeds::DARKSIDE_SEED.to_string(),
zingolib::testvectors::seeds::DARKSIDE_SEED.to_string(),
0,
true,
self.regtest_network,
Expand Down

0 comments on commit 792a056

Please sign in to comment.