Skip to content

Commit

Permalink
Also use categories in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 18, 2023
1 parent 5c43326 commit 068619e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/read_frame_auxiliary.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ int test_frame_aux_info(const std::string& fileName) {
reader.openFile(fileName);

// Test on the first event only here. Additionally, also only testing the
// "events" category, since that is the one where not all collections are
// events category, since that is the one where not all collections are
// written
auto event = podio::Frame(reader.readEntry("events", 0));
auto event = podio::Frame(reader.readEntry(podio::Category::Event, 0));

auto collsToRead = collsToWrite;
if (reader.currentFileVersion() < podio::version::Version{0, 16, 3}) {
Expand Down

0 comments on commit 068619e

Please sign in to comment.