mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
rename screen_input to hide_input to be more clear
This commit is contained in:
parent
32ab358bc2
commit
ebfc7bd965
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ def test_print_msg_calls_print_msgs_with_kwargs(print_msgs):
|
|||
kwargs = {
|
||||
"delimter": "test delimiter 🤡",
|
||||
"get_input": True,
|
||||
"screen_input": True,
|
||||
"hide_input": True,
|
||||
"some_rando_arg": "💩",
|
||||
}
|
||||
print_msg(test_msg, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue