Skip to content

Commit

Permalink
Fix table header for test plans (#33879)
Browse files Browse the repository at this point in the history
Can I write code? Seemingly.
Can I do kindergarten math? Seemingly not.
  • Loading branch information
cecille authored Jun 12, 2024
1 parent 4d5c047 commit 2d97cda
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 @@ -76,7 +76,7 @@ def main(filename, classname, test):
indent = 6
header_num = f'{"**#**":<{indent}}'
header_num_step = f'|{header_num} |*TestStep* '
s = ('[cols="5%,45%,45%"]\n'
s = ('[cols="10%,45%,45%"]\n'
'|===\n'
f'{header_num_step}|*Expected Outcome*\n')
for step in steps:
Expand Down

0 comments on commit 2d97cda

Please sign in to comment.