mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: Fix usage of undefined class
This commit is contained in:
parent
f2c00f6d29
commit
35e39083a2
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class TestTransitions(common.GESSimpleTimelineTest):
|
|||
self.assertEqual(len(clips), 4)
|
||||
|
||||
|
||||
class TestPriorities(GESSimpleTimelineTest):
|
||||
class TestPriorities(common.GESSimpleTimelineTest):
|
||||
|
||||
def test_clips_priorities(self):
|
||||
clip = self.add_clip(0, 0, 100)
|
||||
|
|
Loading…
Reference in a new issue