Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stray bad use of validator_network
  • Loading branch information
timorl committed Dec 14, 2022
commit aa3b481e2c6797b25edc21bd33d8f1d047abe35a
2 changes: 1 addition & 1 deletion finality-aleph/src/testing/clique_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async fn scenario_with_timeout(
static INIT: Once = Once::new();

/// Required to capture logs from the tests e.g. by running
/// `RUST_LOG=info cargo test -- --nocapture testing::validator_network`
/// `RUST_LOG=info cargo test -- --nocapture testing::clique_network`
fn setup() {
// env_logger::init can be called at most once
INIT.call_once(|| {
Expand Down