Skip to content

Commit

Permalink
Black test_queue_config
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Nov 28, 2023
1 parent d628558 commit 82bef2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/unit_tests/config/test_queue_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,9 @@ def test_that_overwriting_QUEUE_OPTIONS_warns(
ErtConfig.from_file(filename)
assert (
f"Overwriting QUEUE_OPTION {queue_system} {queue_system_option}: \n Old value:"
" test_0 \n New value: test_1"
in caplog.text
" test_0 \n New value: test_1" in caplog.text
and f"Overwriting QUEUE_OPTION {queue_system} MAX_RUNNING: \n Old value:"
" 10 \n New value: 10"
not in caplog.text
" 10 \n New value: 10" not in caplog.text
)


Expand Down

0 comments on commit 82bef2f

Please sign in to comment.