From d4fe243e32126e577bc92544e133cfe029983bef Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 26 Aug 2025 07:05:57 +0200 Subject: [PATCH] test(connect): remove duplicate wasm_bindgen_test attr to fix symbol duplication --- tests/connect.rs | 1 - 1 file changed, 1 deletion(-) 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. ///