[live-media] Rename test case

Originally it was copied from image build phase, and was not renamed.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2016-02-24 15:26:48 +01:00
parent f202d24961
commit 595845e104
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class TestLiveMediaPhase(PungiTestCase):
}))])
class TestCreateImageBuildThread(PungiTestCase):
class TestLiveMediaThread(PungiTestCase):
@mock.patch('pungi.phases.livemedia_phase.get_mtime')
@mock.patch('pungi.phases.livemedia_phase.get_file_size')