diff --git a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp index b0d8bdd4d5..2d4bfac237 100644 --- a/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp +++ b/modules/juce_audio_processors/utilities/juce_AudioProcessorValueTreeState.cpp @@ -696,10 +696,10 @@ public: beginTest ("After construction, the value tree has the expected format"); { TestAudioProcessor proc ({ - std::make_unique ("", "", "", + std::make_unique ("A", "", "", std::make_unique ("a", "", false), std::make_unique ("b", "", NormalisableRange{}, 0.0f)), - std::make_unique ("", "", "", + std::make_unique ("B", "", "", std::make_unique ("c", "", 0, 1, 0), std::make_unique ("d", "", StringArray { "foo", "bar" }, 0)) });