Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christokur committed Feb 4, 2023
1 parent 8e705be commit 5225f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_context.py
Expand Up @@ -714,7 +714,9 @@ def test_load_context_with_input_choices_no_verbose(mocker):
side_effect=[INPUT_1, INPUT_2, INPUT_3],
)

cc_cfg = context.load_context(cc['cookiecutter_choices'], no_input=False, verbose=False)
cc_cfg = context.load_context(
cc['cookiecutter_choices'], no_input=False, verbose=False
)

assert cc_cfg['full_name'] == INPUT_1
assert cc_cfg['email'] == INPUT_2
Expand Down

0 comments on commit 5225f5f

Please sign in to comment.