dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

fix/duplicate_record_descriptor_names

Open B0TAxy opened this issue 1 month ago • 0 comments

Description

This MR introduces a new test to ensure all TargetRecordDescriptor instances have unique names across all plugins, and fixes a duplicate record name discovered by the test.

Key changes

  • Added test_plugin_record_name_consistency to detect duplicate record names
  • Identified and fixed a duplicate record name conflict between plugins
  • Improved test clarity, documentation, and deterministic output

B0TAxy avatar Nov 13 '25 18:11 B0TAxy