Skip to content

Commit

Permalink
ValueTreePropertyWithDefault: Initialise MessageManager in default se…
Browse files Browse the repository at this point in the history
…tting unit test
  • Loading branch information
ed95 committed Dec 14, 2021
1 parent a1ea76b commit 08283c9
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -64,6 +64,8 @@ class ValueTreePropertyWithDefaultTests : public UnitTest

beginTest ("set default");
{
ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui;

ValueTree t ("root");

ValueTreePropertyWithDefault value (t, "testkey", nullptr);
Expand Down

0 comments on commit 08283c9

Please sign in to comment.