From d7ec799d3565adc0503dd2f5c42c3953cbdd1fb9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 1 Nov 2023 00:00:00 +0000 Subject: build(test) fix running tests together use a patched websocket server that releases port after x connections enabling its use in many tests included in the same test run --- test_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 6a3fff8..7901b13 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -13,6 +13,6 @@ nostr = "0.24.0" once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/phaer/rexpect.git", branch= "skip-ansi-escape-codes" } -simple-websockets = "0.1.6" +simple-websockets = {path = "../../simple-websockets" } strip-ansi-escapes = "0.2.0" tungstenite = "0.20.1" -- cgit v1.2.3