Skip to content

Commit

Permalink
tests/KeyFrame.cpp: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Apr 10, 2021
1 parent c8c92b5 commit 93306a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/KeyFrame.cpp
Expand Up @@ -536,7 +536,7 @@ TEST_CASE( "TrackedObjectBBox AddBox and RemoveBox" "[libopenshot][keyframe]" )
CHECK(kfb.GetLength() == 0);
}

TEST_CASE( "TrackedObjectBBox GetVal" "[libopenshot][keyframe]" )
TEST_CASE( "TrackedObjectBBox GetVal", "[libopenshot][keyframe]" )
{
TrackedObjectBBox kfb;

Expand Down Expand Up @@ -704,4 +704,3 @@ TEST_CASE( "GetBoxValues", "[libopenshot][keyframe]" )
CHECK(boxValues["h"] == 20.0);
CHECK(boxValues["ang"] == 30.0);
}

0 comments on commit 93306a4

Please sign in to comment.