Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 9, 2024
1 parent 9f5df86 commit 50c9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema_evolution/read_new_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int readExampleWithARelation(const podio::Frame& event) {
const auto& coll = event.get<ex42::ExampleWithARelationCollection>("floatToDoubleMemberTest");
auto elem = coll[0];

ASSERT_EQUAL(elem.number(), static_cast<double>(3.14),
ASSERT_EQUAL(elem.number(), static_cast<double>(3.14f),
"Conversion from float to double member does not work as expected")

return 0;
Expand Down

0 comments on commit 50c9aa2

Please sign in to comment.