Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 7, 2023
1 parent d4ce2ff commit 6b67c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ async fn fully_synced_rpc_z_getsubtreesbyindex_snapshot_test() -> Result<()> {
fn scan_task_starts() -> Result<()> {
use indexmap::IndexMap;

use zebra_scan::test::ZECPAGES_SAPLING_VIEWING_KEY;
use zebra_scan::tests::ZECPAGES_SAPLING_VIEWING_KEY;

let _init_guard = zebra_test::init();

Expand Down

0 comments on commit 6b67c6c

Please sign in to comment.