rename screen_input to hide_input to be more clear

This commit is contained in:
Jonathan Wren 2022-05-28 10:29:04 -07:00
parent 32ab358bc2
commit ebfc7bd965
3 changed files with 4 additions and 4 deletions

View file

@ -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)