Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luishfonseca committed Sep 28, 2023
1 parent 8a5612c commit 4d361a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cubos/core/reflection/traits/fields.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const void* FieldsTrait::ConstView::get(const Field& field) const

const void* FieldsTrait::ConstView::get(const std::string& name) const
{
const auto* field = mTrait.field(name);
auto field = mTrait.field(name);

Check warning on line 193 in core/src/cubos/core/reflection/traits/fields.cpp

View check run for this annotation

Codecov / codecov/patch

core/src/cubos/core/reflection/traits/fields.cpp#L193

Added line #L193 was not covered by tests

if (field == nullptr)
{
Expand Down

0 comments on commit 4d361a2

Please sign in to comment.