Skip to content

Commit 3b2a6ea

Browse files
committed
Add snapshot tests for col_summary_tbl()
1 parent 34bf7b4 commit 3b2a6ea

File tree

5 files changed

+985
-1
lines changed

5 files changed

+985
-1
lines changed

pointblank/datascan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def get_tabular_report(self) -> GT:
697697
# TODO: Ensure width is 905px in total
698698

699699
gt_tbl = (
700-
GT(stats_df)
700+
GT(stats_df, id="col_summary")
701701
.tab_header(title=html(combined_title))
702702
.cols_align(align="right", columns=stat_columns)
703703
.opt_table_font(font=google_font("IBM Plex Sans"))

0 commit comments

Comments
 (0)