Browse Source

test: typo

Michele Caini 2 years ago
parent
commit
6994d98d2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/entt/entity/snapshot.cpp

+ 2 - 2
test/entt/entity/snapshot.cpp

@@ -121,7 +121,7 @@ TEST(BasicSnapshot, GetType) {
     ASSERT_EQ(entt::any_cast<int>(data[4u]), values[2u]);
     ASSERT_EQ(entt::any_cast<int>(data[4u]), values[2u]);
 }
 }
 
 
-TEST(BasicSnapshot, GetEmptySparse) {
+TEST(BasicSnapshot, GetEmptyType) {
     using namespace entt::literals;
     using namespace entt::literals;
     using traits_type = entt::entt_traits<entt::entity>;
     using traits_type = entt::entt_traits<entt::entity>;
 
 
@@ -321,7 +321,7 @@ TEST(BasicSnapshotLoader, GetType) {
     ASSERT_EQ(storage.get(entities[1u]), values[1u]);
     ASSERT_EQ(storage.get(entities[1u]), values[1u]);
 }
 }
 
 
-TEST(BasicSnapshotLoader, GetEmptySparse) {
+TEST(BasicSnapshotLoader, GetEmptyType) {
     using namespace entt::literals;
     using namespace entt::literals;
     using traits_type = entt::entt_traits<entt::entity>;
     using traits_type = entt::entt_traits<entt::entity>;