diff --git a/tests/connect.rs b/tests/connect.rs index 2498657..ddad570 100644 --- a/tests/connect.rs +++ b/tests/connect.rs @@ -17,7 +17,6 @@ use utils::*; wasm_bindgen_test_configure!(run_in_browser); -#[wasm_bindgen_test] /// Tests the connection process between two devices, Alice and Bob, by executing a secure /// transaction to establish a shared secret for encrypted communication. ///