Skip to content

Commit

Permalink
test: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 23, 2023
1 parent c201a44 commit 5913829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entt/entity/storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ TYPED_TEST(Storage, SortUnordered) {
ASSERT_EQ(pool.data()[4u], entity[2u]);
}

TYPED_TEST(Storage, SortRange) {
TYPED_TEST(Storage, SortN) {
using value_type = typename TestFixture::type;
entt::storage<value_type> pool;

Expand Down

0 comments on commit 5913829

Please sign in to comment.