Skip to content

Commit

Permalink
Add the step_n_with_custom_passive_model_wasm test to the cargo test …
Browse files Browse the repository at this point in the history
…suite
  • Loading branch information
ndebuhr committed Jun 22, 2021
1 parent c78640c commit f9a8838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/tests/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ fn step_n_with_custom_passive_model() {
assert_eq!(generations_count, expected);
}

#[test]
#[wasm_bindgen_test]
fn step_n_with_custom_passive_model_wasm() {
let models = r#"
Expand Down

0 comments on commit f9a8838

Please sign in to comment.