Skip to content

Commit

Permalink
test: const correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 7, 2024
1 parent a3f4494 commit d87b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entt/entity/view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ TEST(MultiStorageView, Handle) {
ASSERT_EQ(handle, view.handle());

view.refresh();
auto *other = view.handle();
const auto *other = view.handle();

ASSERT_NE(other, nullptr);

Expand Down

0 comments on commit d87b7a9

Please sign in to comment.