Skip to content

Commit

Permalink
chore: Missed a few renames.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkulshreshtha committed Dec 20, 2024
1 parent 59916a0 commit 13749aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/hydro/examples/first_ten_cluster_gcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::sync::Arc;

use hydro_deploy::gcp::GcpNetwork;
use hydro_deploy::Deployment;
use hydroflow_lang::deploy::TrybuildHost;
use hydro_lang::deploy::TrybuildHost;
use tokio::sync::RwLock;

static RELEASE_RUSTFLAGS: &str =
Expand Down
2 changes: 1 addition & 1 deletion template/hydro/src/first_ten_distributed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod tests {
let mut deployment = Deployment::new();
let localhost = deployment.Localhost();

let flow = hydroflow_plus::FlowBuilder::new();
let flow = hydro_lang::FlowBuilder::new();
let p1 = flow.process();
let p2 = flow.process();
super::first_ten_distributed(&p1, &p2);
Expand Down

0 comments on commit 13749aa

Please sign in to comment.