Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Dec 12, 2024
1 parent 21d50d7 commit 380bba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xmtp_mls/src/groups/device_sync/preference_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ impl UserPreferenceUpdate {
}
}

#[cfg(test)]
#[cfg(all(not(target_arch = "wasm32"), test))]
mod tests {
use crypto_utils::generate_local_wallet;

use crate::{
builder::ClientBuilder,
groups::{
},
storage::consent_record::{ConsentState, ConsentType},
};

Expand Down

0 comments on commit 380bba2

Please sign in to comment.