make format

This commit is contained in:
Suhas 2021-02-04 09:15:02 -05:00
parent b8daeec6b9
commit ddb62b7cb3

View file

@ -388,6 +388,7 @@ def all_input_was_used(context):
for temp in context.iter_text: for temp in context.iter_text:
assert "" == temp, "Not all inputs were consumed" assert "" == temp, "Not all inputs were consumed"
@when('we run "{command}"') @when('we run "{command}"')
@when('we run "{command}" and pipe') @when('we run "{command}" and pipe')
@when('we run "{command}" and pipe "{text}"') @when('we run "{command}" and pipe "{text}"')