From 15ffbba1305ba84388508cfac9a75a7d104c69f4 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:43:58 -0700 Subject: [PATCH] fixes --- crates/client/tests/saro_and_raya.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/client/tests/saro_and_raya.rs b/crates/client/tests/saro_and_raya.rs index b531c43..d3a3637 100644 --- a/crates/client/tests/saro_and_raya.rs +++ b/crates/client/tests/saro_and_raya.rs @@ -103,7 +103,6 @@ fn direct_v1_standalone_integration() { let mut raya_delegate = DelegateSigner::random(); raya_delegate.associate(hex::encode(raya_account.public_key().as_ref())); publish_device_bundle(&mut reg_service, &raya_account, raya_delegate.public_key()); - let raya_delegate_id = raya_delegate.id().clone(); let (mut saro, _saro_events) = create_test_client(bus.clone(), reg_service.clone()).expect("client create");