Skip to content

Commit

Permalink
test: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 3, 2024
1 parent bf0e78f commit 1f474e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/entt/entity/reactive_mixin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ TYPED_TEST(ReactiveMixin, Move) {
ASSERT_FALSE(other.empty());

ASSERT_EQ(other.index(entity[0u]), 0u);
ASSERT_EQ(&other.registry(), &pool.registry());
}

TYPED_TEST(ReactiveMixin, Swap) {
Expand Down

0 comments on commit 1f474e7

Please sign in to comment.