diff --git a/python/gubbins/tests/test_utils.py b/python/gubbins/tests/test_utils.py index 4a009da0..c3c53820 100644 --- a/python/gubbins/tests/test_utils.py +++ b/python/gubbins/tests/test_utils.py @@ -21,7 +21,7 @@ class TestUtilities(unittest.TestCase): def test_gubbins_command(self): assert common.create_gubbins_command('AAA', 'BBB', 'CCC', 'DDD', 'EEE', 5, 10, 200, 0.05, 1.0, 0, 1) \ - == 'AAA -r -v CCC -a 10 -b 200 -f EEE -t DDD -m 5 -p 0.05 -i 1.0 BBB -n 1' + == 'AAA -r -v CCC -a 10 -b 200 -f EEE -t DDD -m 5 -p 0.05 -i 1.0 -n 1 BBB' def test_translation_of_filenames_to_final_filenames(self): assert common.translation_of_filenames_to_final_filenames('AAA', 'test') == {