Skip to content

Commit

Permalink
use kwargs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Aug 20, 2020
1 parent f589b8c commit f421b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyblocks/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def suite():
"""Return all easyblock --module-only tests."""
def make_inner_test(easyblock, **kwargs):
def innertest(self):
template_module_only_test(self, easyblock, kwargs)
template_module_only_test(self, easyblock, **kwargs)
return innertest

# initialize configuration (required for e.g. default modules_tool setting)
Expand Down

0 comments on commit f421b89

Please sign in to comment.