clarify dedent test name
This commit is contained in:
parent
43c532bc57
commit
0657106893
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ def test_produce_exact_options_completion(action: Action, option_type: OptionTyp
|
|||
assert False, f'exact_options_completion raised ValueError: {value_error}'
|
||||
|
||||
|
||||
def test_dedent_strip_as_tuple():
|
||||
def test_dedent_strip_as_tuple_does_not_raise():
|
||||
dedent_strip_as_tuple(
|
||||
'''
|
||||
a
|
||||
|
|
Loading…
Reference in a new issue