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 f74b322 commit bdffe8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xmtp_mls/src/groups/device_sync/preference_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ mod tests {
}

#[wasm_bindgen_test(unsupported = tokio::test(flavor = "multi_thread", worker_threads = 1))]
#[cfg_attr(target_family = "wasm", ignore)]
async fn test_can_deserialize_between_versions() {
let consent_record = StoredConsentRecord {
entity: "hello there".to_string(),
Expand All @@ -121,7 +122,8 @@ mod tests {
assert_eq!(update.state, ConsentState::Allowed);
}

#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
#[wasm_bindgen_test(unsupported = tokio::test(flavor = "multi_thread", worker_threads = 1))]
#[cfg_attr(target_family = "wasm", ignore)]
async fn test_hmac_sync() {
let wallet = generate_local_wallet();
let amal_a =
Expand Down

0 comments on commit bdffe8b

Please sign in to comment.