Skip to content

Commit

Permalink
update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 17, 2022
1 parent 774154a commit 9fd7db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_scene/src/dynamic_scene_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,6 @@ mod tests {
let scene = builder.build();

assert_eq!(scene.entities.len(), 1);
assert_eq!(scene.entities[0].entity, entity_a.id());
assert_eq!(scene.entities[0].entity, entity_a.index());
}
}

0 comments on commit 9fd7db7

Please sign in to comment.