Remove unnecessary code

This commit is contained in:
bitfl0wer 2023-11-20 14:15:23 +01:00
parent 0cdb76bcf3
commit cfe4078639
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ wasm_bindgen_test_configure!(run_in_browser);
mod common;
#[cfg(not(target_arch = "wasm32"))]
#[tokio::test]
async fn test_registration() {
let bundle = common::setup().await;