Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
ExampleConfigGeneratorTest.GeneratesConfigXmlWithDefaultDefinitions
  • Loading branch information
Jordi Sabater committed Dec 21, 2023
1 parent b7d61fa commit 63f27b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripting/test_import_script.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static const std::vector<boxConfig> audioBox {
{ "Audio/allTracks", "All - full name", "object.container" },
{ "Audio/allYears", "Year", "object.container" },
{ "Audio/audioRoot", "Audio", "object.container" },
{ "Audio/artistChronology", "Album Chronology", "object.container" },
{ "Audio/artistChronology", "Chronology", "object.container" },
};
static const std::vector<boxConfig> videoBox {
{ "Video/allDates", "Date", "object.container" },
Expand Down

0 comments on commit 63f27b6

Please sign in to comment.