mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
make format
This commit is contained in:
parent
f1b260655d
commit
3ea043899a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ def test_multiple_overrides(minimal_config):
|
||||||
"editor": "nano",
|
"editor": "nano",
|
||||||
"journals.burner": "/tmp/journals/burner.jrnl",
|
"journals.burner": "/tmp/journals/burner.jrnl",
|
||||||
} # as returned by parse_args, saved in parser.config_override
|
} # as returned by parse_args, saved in parser.config_override
|
||||||
|
|
||||||
cfg = apply_overrides(overrides, minimal_config.copy())
|
cfg = apply_overrides(overrides, minimal_config.copy())
|
||||||
assert cfg["editor"] == "nano"
|
assert cfg["editor"] == "nano"
|
||||||
assert cfg["colors"]["title"] == "magenta"
|
assert cfg["colors"]["title"] == "magenta"
|
||||||
|
|
Loading…
Add table
Reference in a new issue