diff --git a/tests/test_command_line.py b/tests/test_command_line.py index 10784d5..aed1c9e 100644 --- a/tests/test_command_line.py +++ b/tests/test_command_line.py @@ -44,8 +44,8 @@ def test_wrong_render_arguments() -> None: """Test `render` command with wrong arguments.""" error_run( ["render", "-z", "17"], - b"CRITICAL Specify either --input, or --boundary-box, or --coordinates " - b"and --size.\n", + b"CRITICAL Specify either --input, or --boundary-box, or " + b"--coordinates.\n", )