Skip to content

Commit ef50889

Browse files
committed
fix build
1 parent 42edab2 commit ef50889

File tree

3 files changed

+3
-3
lines changed
  • src/vit-testing

3 files changed

+3
-3
lines changed

src/vit-testing/iapyx/src/bin/load/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use iapyx::ArtificialUserLoad;
88
use iapyx::MultiControllerError;
99
use iapyx::NodeLoadError;
1010
use iapyx::ServicingStationLoad;
11-
pub use jortestkit::console::progress_bar::{parse_progress_bar_mode_from_str, ProgressBarMode};
11+
pub use jortestkit::console::progress_bar::ProgressBarMode;
1212
use jortestkit::load::Monitor;
1313
use std::path::PathBuf;
1414
use thiserror::Error;

src/vit-testing/iapyx/src/load/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod request_generators;
44
mod scenario;
55
mod status_provider;
66

7-
pub use config::{ArtificialUserLoadConfig, NodeLoadConfig};
7+
pub use config::NodeLoadConfig;
88
pub use multi_controller::{MultiController, MultiControllerError};
99
pub use request_generators::{ServicingStationRequestGen, WalletRequestGen};
1010
pub use scenario::*;

src/vit-testing/mainnet-tools/src/voter_registration/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub mod fake;
44

55
use assert_fs::fixture::PathChild;
66
use assert_fs::TempDir;
7-
use cardano_serialization_lib::metadata::GeneralTransactionMetadata;
7+
use cardano_serialization_lib::GeneralTransactionMetadata;
88
use command::PATH_TO_DYNAMIC_CONTENT;
99
pub use command::{Command, Error};
1010
use std::env;

0 commit comments

Comments
 (0)