Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <[email protected]>
  • Loading branch information
connorsmith256 committed Oct 20, 2023
1 parent 6fd09f6 commit 1a18e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wash-lib/src/start/wasmcloud.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ mod test {
use tokio::time::Duration;

const WASMCLOUD_VERSION: &str = "v0.79.0-rc3";
const LOCALHOST: &str = "127.0.0.1";

/// Returns an open port on the interface, searching within the range endpoints, inclusive
async fn find_open_port() -> Result<u16> {
Expand Down

0 comments on commit 1a18e7d

Please sign in to comment.