Skip to content

Commit

Permalink
Sync with origin/keyao/test_kill_nodes and cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Aug 7, 2023
1 parent 987fdba commit 3e6a19e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion testing/tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ async fn test_with_failures() {
use std::time::Duration;

use hotshot_testing::{
completion_task::TimeBasedCompletionTaskDescription, spinning_task::SpinningTaskDescription, overall_safety_task::OverallSafetyPropertiesDescription,
completion_task::TimeBasedCompletionTaskDescription,
overall_safety_task::OverallSafetyPropertiesDescription,
spinning_task::SpinningTaskDescription,
};

async_compatibility_layer::logging::setup_logging();
Expand Down
2 changes: 1 addition & 1 deletion testing/tests/web_server.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use async_compatibility_layer::logging::shutdown_logging;
use hotshot_testing::overall_safety_task::OverallSafetyPropertiesDescription;
use hotshot_testing::{
node_types::{SequencingTestTypes, SequencingWebImpl},
test_builder::{TestMetadata, TimingData},
};
use hotshot_testing::overall_safety_task::OverallSafetyPropertiesDescription;
use tracing::instrument;

/// Web server network test
Expand Down
1 change: 0 additions & 1 deletion web_server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,4 +669,3 @@ pub async fn run_web_server<KEY: SignatureKey + 'static>(

app_future.await
}

0 comments on commit 3e6a19e

Please sign in to comment.