Skip to content

Commit

Permalink
Fixed up adapter test - there has been a changed on the addition of s…
Browse files Browse the repository at this point in the history
…cf=xqc
  • Loading branch information
calvinp0 committed Jun 13, 2023
1 parent ccbf291 commit 36273f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/adapter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_add_to_args(self):
'trsh': {}}
self.assertEqual(self.job_1.args, expected_args)
self.job_1.write_input_file()
new_expected_args = {'keyword': {'general': 'val_tst_1 val_tst_2 val_tst_3 scf=xqc'}, # scf=xqc
new_expected_args = {'keyword': {'general': 'val_tst_1 val_tst_2 val_tst_3'}, # scf=xqc
'block': {'specific_key_2': 'val_tst_4\nval_tst_5'},
'trsh': {}}
self.assertEqual(self.job_1.args, new_expected_args)
Expand Down

0 comments on commit 36273f4

Please sign in to comment.