From 1e3e62026965c3e7c4268f695e1519f1d4eee859 Mon Sep 17 00:00:00 2001 From: Thomas Wilshaw Date: Wed, 9 Mar 2022 14:05:27 +0000 Subject: [PATCH] timeline-tests: Setup config before running --- tests/timeline/timeline-tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/timeline/timeline-tests.cpp b/tests/timeline/timeline-tests.cpp index a09ca4403..9b3186c7d 100644 --- a/tests/timeline/timeline-tests.cpp +++ b/tests/timeline/timeline-tests.cpp @@ -33,6 +33,7 @@ namespace olive { #define TIMELINE_TEST_START \ + ColorManager::SetUpDefaultConfig(); \ Project project; \ Sequence sequence; \ sequence.setParent(&project)