Skip to content

Commit

Permalink
Forgot two variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse committed Jul 19, 2019
1 parent c782812 commit b73f331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_config/test_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def onlykwrgs(**kwargs):
['fo', 'bar'], ['man', 'o'], ['verylongvariablename'],
['verylongvariablename']]

vararg_names = [None, None, None, None, 'baz', 'men', None, None]
vararg_names = [None, None, None, 'baz', 'men', None, None]

kw_wc_names = [None, None, None, 'kwargs', None, 'oo', None, None]
kw_wc_names = [None, None, None, None, 'oo', None, None]

pos_arguments = [[], ['a', 'b', 'c'], [], ['fo', 'bar'],
['man', 'o'], ['verylongvariablename'],
Expand Down

0 comments on commit b73f331

Please sign in to comment.