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 0894bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit 0894bd7

Please sign in to comment.