Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Apr 3, 2024
1 parent 186efb2 commit c77786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/test_plan_table_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main(filename, classname, test):
indent = 6
s = ('[cols="5%,45%,45%"]\n'
'|===\n'
'|**#** |*Test Step*|*Expected Outcome*\n')
'|**#** |*Test Step*|*Expected Outcome*\n')
for step in steps:
# add 2 to indent for a| and | at start
s += f'|{step.test_plan_number:<{indent}}a|{indent_multiline(step.description, indent+3)}\n'
Expand Down

0 comments on commit c77786f

Please sign in to comment.