Skip to content

Commit ef6c054

Browse files
tomerdavehunt
authored andcommitted
Fix header cells order on the Modifying The Results Table section
1 parent 461f212 commit ef6c054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ column:
167167
@pytest.mark.optionalhook
168168
def pytest_html_results_table_header(cells):
169169
cells.insert(2, html.th('Description'))
170-
cells.insert(0, html.th('Time', class_='sortable time', col='time'))
170+
cells.insert(1, html.th('Time', class_='sortable time', col='time'))
171171
cells.pop()
172172
173173
@pytest.mark.optionalhook

0 commit comments

Comments
 (0)