Rename test function to

generate_general_configuration_schema_wasm
This commit is contained in:
bitfl0wer 2023-11-20 14:22:00 +01:00
parent cfe4078639
commit 37f3bcde94
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ wasm_bindgen_test_configure!(run_in_browser);
#[cfg(target_arch = "wasm32")]
#[wasm_bindgen_test]
async fn guild_creation_deletion_wasm() {
guild_creation_deletion()
async fn generate_general_configuration_schema_wasm() {
generate_general_configuration_schema()
}
#[tokio::test]