Skip to content

Commit

Permalink
Update gubbins arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Apr 23, 2024
1 parent f07aef1 commit 4530969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gubbins/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
== 'AAA -r -v CCC -a 10 -b 200 -f EEE -t DDD -m 5 -p 0.05 -i 1.0 BBB'
== 'AAA -r -v CCC -a 10 -b 200 -f EEE -t DDD -m 5 -p 0.05 -i 1.0 BBB -n 1'

def test_translation_of_filenames_to_final_filenames(self):
assert common.translation_of_filenames_to_final_filenames('AAA', 'test') == {
Expand Down

0 comments on commit 4530969

Please sign in to comment.