Skip to content

Commit fcfab19

Browse files
committed
one more case
1 parent 7958175 commit fcfab19

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_mod_scripting_bindings/src

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_bindings/src/world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ mod test {
14921492
pretty_assertions::assert_str_eq!(format!("{result:#?}"), format!("{expected:#?}"));
14931493

14941494
// one indexed
1495-
let payload = HashMap::from_iter(vec![("_1".to_owned(), ScriptValue::Integer(1))]);
1495+
let payload = HashMap::from_iter(vec![("1".to_owned(), ScriptValue::Integer(1))]);
14961496

14971497
let result = world.construct(type_registration, payload, true);
14981498
let expected =

0 commit comments

Comments
 (0)