Skip to content

Commit 25206e7

Browse files
committed
Format code by running pre-commit
1 parent 366a5f6 commit 25206e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/ert/ui_tests/cli/test_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ def test_that_the_cli_raises_exceptions_when_parameters_are_missing(mode):
7575
)
7676

7777

78-
def test_that_the_cli_raises_exceptions_when_config_is_missing_for_api(capsys: pytest.CaptureFixture[str]):
78+
def test_that_the_cli_raises_exceptions_when_config_is_missing_for_api(
79+
capsys: pytest.CaptureFixture[str],
80+
):
7981
with pytest.raises(SystemExit, match="2"):
8082
run_cli("api")
8183
assert "the following arguments are required: config" in capsys.readouterr().err

0 commit comments

Comments
 (0)