We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7958175 commit fcfab19Copy full SHA for fcfab19
crates/bevy_mod_scripting_bindings/src/world.rs
@@ -1492,7 +1492,7 @@ mod test {
1492
pretty_assertions::assert_str_eq!(format!("{result:#?}"), format!("{expected:#?}"));
1493
1494
// one indexed
1495
- let payload = HashMap::from_iter(vec![("_1".to_owned(), ScriptValue::Integer(1))]);
+ let payload = HashMap::from_iter(vec![("1".to_owned(), ScriptValue::Integer(1))]);
1496
1497
let result = world.construct(type_registration, payload, true);
1498
let expected =
0 commit comments