test: minor changes

This commit is contained in:
Michele Caini
2024-02-06 08:30:46 +01:00
parent 5d3f155164
commit b92d2c98ae
21 changed files with 64 additions and 64 deletions

View File

@@ -38,7 +38,7 @@ TEST(Example, DisabledEntity) {
entt::basic_registry<my_entity> registry{};
auto view = registry.view<my_entity, int>();
const my_entity entity = registry.create(entt::basic_registry<my_entity>::traits_type::construct(42u, 12u));
const my_entity entity = registry.create(entt::basic_registry<my_entity>::traits_type::construct(4u, 1u));
const my_entity other = registry.create(entt::basic_registry<my_entity>::traits_type::construct(3u, 0u));
registry.emplace<int>(entity);