Skip to content

Commit

Permalink
change path to trybuildhost
Browse files Browse the repository at this point in the history
  • Loading branch information
“Dee committed Oct 3, 2024
1 parent 78d5816 commit 057dd1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hydroflow_plus_test/examples/two_pc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use hydro_deploy::Deployment;
use hydroflow_plus_deploy::TrybuildHost;
use hydroflow_plus::deploy::TrybuildHost;

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion hydroflow_plus_test/src/cluster/simple_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod tests {
let (process1, process2) = super::decouple_process(&builder);
let built = builder.with_default_optimize();

let nodes = built
let _nodes = built
.with_process(&process1, TrybuildHost::new(deployment.Localhost()))
.with_process(&process2, TrybuildHost::new(deployment.Localhost()))
.deploy(&mut deployment);
Expand Down
2 changes: 1 addition & 1 deletion hydroflow_plus_test/src/cluster/two_pc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn two_pc(
#[cfg(test)]
mod tests {
use hydro_deploy::Deployment;
use hydroflow_plus_deploy::{DeployCrateWrapper, TrybuildHost};
use hydroflow_plus::deploy::TrybuildHost;

#[tokio::test]
async fn two_pc() {
Expand Down

0 comments on commit 057dd1c

Please sign in to comment.