mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-15 15:21:20 +00:00
Fix error
This commit is contained in:
parent
3d2efb0dff
commit
8bc9fad103
@ -55,5 +55,5 @@ fn required() {
|
|||||||
|
|
||||||
#[wasm_bindgen_test]
|
#[wasm_bindgen_test]
|
||||||
fn correct_casing_in_js() {
|
fn correct_casing_in_js() {
|
||||||
assert_camel_case(PreserveNames::new().wierd_field_name(4));
|
assert_camel_case(PreserveNames::new().wierd_field_name(1));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user