mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 23:46:14 +02:00
rename jrnl.py to controller.py
This commit is contained in:
parent
9985c8a87a
commit
36a22352c6
4 changed files with 5 additions and 5 deletions
|
@ -144,7 +144,7 @@ def mock_overrides(config_in_memory):
|
|||
|
||||
return {
|
||||
"overrides": lambda: patch(
|
||||
"jrnl.jrnl.apply_overrides", side_effect=my_overrides
|
||||
"jrnl.controller.apply_overrides", side_effect=my_overrides
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue