diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 20:25:35 -0500 |
commit | 9d221d5af918803180f74cd9fcbf107d38b068de (patch) | |
tree | 9d2b61b17c2a6305e9c62aa6f13e89826bcccfc2 /test/uitests.sikuli/test_output_settings.py | |
parent | 507463cf0d147415d84990d9fd7eaff4aa6d7bd0 (diff) | |
download | librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.lz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.tar.xz librevideoconverter-9d221d5af918803180f74cd9fcbf107d38b068de.zip |
fix test
Diffstat (limited to 'test/uitests.sikuli/test_output_settings.py')
-rw-r--r-- | test/uitests.sikuli/test_output_settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uitests.sikuli/test_output_settings.py b/test/uitests.sikuli/test_output_settings.py index b44e5a0..97c711a 100644 --- a/test/uitests.sikuli/test_output_settings.py +++ b/test/uitests.sikuli/test_output_settings.py @@ -18,8 +18,8 @@ class Test_Custom_Settings(unittest.TestCase): """ def setUp(self): """ - Each tests assumes that I there are files in the - list ready to be converted to some format. + Each tests assumes that I there are files in the list ready to be + converted to some format. """ self.lvc = MVCGui() |