Skip to content

Commit

Permalink
remove tracing init from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 15, 2024
1 parent 4526efb commit 3bb09d6
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
75 changes: 75 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [
"bindings_wasm",
"bindings_node",
"bindings_ffi",
"xtask"
]

# Make the feature resolver explicit.
Expand Down
1 change: 0 additions & 1 deletion xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,6 @@ pub(crate) mod tests {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), tokio::test(flavor = "current_thread"))]
async fn test_add_missing_installations() {
crate::utils::wasm::init().await;
// Setup for test
let amal_wallet = generate_local_wallet();
let amal = ClientBuilder::new_test_client(&amal_wallet).await;
Expand Down

0 comments on commit 3bb09d6

Please sign in to comment.