diff --git a/tests/tests.rs b/tests/tests.rs index fc2ecb2..53b1416 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -498,7 +498,7 @@ macro_rules! scripting_tests { ); }); - let entity = run_script::<$runtime, _, _>( + run_script::<$runtime, _, _>( &mut app, format!("tests/{}/pass_vec3_from_script.{}", $script, $extension).to_string(), call_script_on_update_from_rust::<$runtime>,