summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-30 23:28:29 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-01 23:43:00 +0200
commitd7f52153b4e50858dcd382fb66c51afba0bf6029 (patch)
tree69fb67247e6f72adfa3a4c53e30c011ab0446d9c /test
parent426c98459c8aad043d42535c0b36300c7dc63215 (diff)
DUPLICATE_ASSET_ID_IN_PKL: note -> pkl_id.
Diffstat (limited to 'test')
-rw-r--r--test/verify_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc
index 7e2ed3e7..87e57b71 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -5150,7 +5150,7 @@ BOOST_AUTO_TEST_CASE(verify_duplicate_pkl_asset_ids)
VN(VC::VALID_CPL_ANNOTATION_TEXT).set_cpl_id(cpl->id()).set_annotation_text("A Test DCP"),
note(VC::VALID_CONTENT_VERSION_LABEL_TEXT, cpl->content_version()->label_text, cpl),
note(VC::NONE_ENCRYPTED, cpl),
- { VC::DUPLICATE_ASSET_ID_IN_PKL, pkl.id(), canonical(find_pkl(dir)) },
+ VN(VC::DUPLICATE_ASSET_ID_IN_PKL, canonical(find_pkl(dir))).set_pkl_id(pkl.id()),
});
}