Skip to content

Commit 60d1065

Browse files
committed
Also use categories in tests
1 parent ca37ec5 commit 60d1065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/read_frame_auxiliary.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ int test_frame_aux_info(const std::string& fileName) {
5656
reader.openFile(fileName);
5757

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

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

0 commit comments

Comments
 (0)