From cd22b0681b032cdcd1a8bbf63bb87698a53f7fe2 Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Sat, 10 Apr 2021 23:54:29 +0000 Subject: [PATCH] tests/KeyFrame.cpp: Typo --- tests/KeyFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/KeyFrame.cpp b/tests/KeyFrame.cpp index 08296679..f3ebdb74 100644 --- a/tests/KeyFrame.cpp +++ b/tests/KeyFrame.cpp @@ -521,7 +521,7 @@ TEST_CASE( "TrackedObjectBBox init", "[libopenshot][keyframe]" ) // like confirming some default values in the new object. } -TEST_CASE( "TrackedObjectBBox AddBox and RemoveBox" "[libopenshot][keyframe]" ) +TEST_CASE( "TrackedObjectBBox AddBox and RemoveBox", "[libopenshot][keyframe]" ) { TrackedObjectBBox kfb;