Cleanup: strip tests trailing space

This commit is contained in:
Campbell Barton
2018-06-04 18:47:31 +02:00
parent 747534af00
commit f6740993f7
7 changed files with 133 additions and 133 deletions

View File

@@ -60,7 +60,7 @@ class AbstractFFmpegSequencerTest(AbstractFFmpegTest):
class FPSDetectionTest(AbstractFFmpegSequencerTest):
def test_T51153(self):
self.assertAlmostEqual(
self.get_movie_file_fps('T51153_bad_clip_2.mts'),
self.get_movie_file_fps('T51153_bad_clip_2.mts'),
29.97,
places=2)