diff --git a/tests/web.rs b/tests/web.rs index 89cb87f..a6ea7c0 100644 --- a/tests/web.rs +++ b/tests/web.rs @@ -10,7 +10,7 @@ fn main() { } #[wasm_bindgen_test] -async fn testinvoke() -> Result<(), Box> { +async fn test_invoke() -> Result<(), Box> { #[derive(Serialize, Deserialize)] struct AddPayload { a: u32,