bevy/crates/bevy_hierarchy/src
Boutillier a70b9c5969 Remove duplicate asserts in test (#5648)
# Objective

While poking around the hierarchy code, I wondered why some asserts in tests were duplicated.
Some git blame later, I found out that commit ( 8eb0440f1e ) added already existing asserts while removing others.

## Solution

Remove the duplicated asserts.
2022-08-15 23:03:42 +00:00
..
components Make Children constructor pub(crate). (#5532) 2022-08-05 03:49:12 +00:00
child_builder.rs Remove duplicate asserts in test (#5648) 2022-08-15 23:03:42 +00:00
events.rs Hierarchy commandization (#4197) 2022-07-10 20:29:06 +00:00
hierarchy.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
lib.rs Hierarchy commandization (#4197) 2022-07-10 20:29:06 +00:00