From ef492794de36715f0df021799d34efc99706c9d5 Mon Sep 17 00:00:00 2001 From: Nick Croucher Date: Tue, 23 Apr 2024 15:27:33 +0100 Subject: [PATCH] Reorder gubbins flags --- python/gubbins/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') == {