test run_script_file_main: delete call of start_buttons, since it is not defined anymore

This commit is contained in:
Akulij 2025-06-03 19:51:01 +05:00
parent 6c6ded6977
commit 2515e8e1b6

View File

@ -1024,8 +1024,6 @@ mod tests {
println!("config: {:?}", val);
let d: RunnerConfig = DeserializerJS::deserialize_js(&val).unwrap();
println!("desr rc: {:?}", d);
let val = runner.run_script("start_buttons()").unwrap();
println!("Val: {:?}", val.to_string());
}
#[test]