mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
make format
This commit is contained in:
parent
bf89109525
commit
3b74c2dec0
3 changed files with 23 additions and 22 deletions
|
@ -85,7 +85,7 @@ def test_override_configured_colors(
|
|||
):
|
||||
mock_load_or_install.return_value = minimal_config
|
||||
|
||||
cli_args = shlex.split('--config-override colors.body:blue')
|
||||
cli_args = shlex.split("--config-override colors.body:blue")
|
||||
parser = parse_args(cli_args)
|
||||
assert "colors.body" in parser.config_override.keys()
|
||||
with mock.patch.object(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue