Skip to content

Commit

Permalink
test: Fix expected length of widget (see 4d43a88)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 19, 2024
1 parent 8d602f7 commit c980e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nireports/assembler/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Report:
... dirs_exist_ok=True,
... )
>>> REPORT_BASELINE_LENGTH = 41770
>>> RATING_WIDGET_LENGTH = 83308
>>> RATING_WIDGET_LENGTH = 83343
Examples
Expand Down

0 comments on commit c980e13

Please sign in to comment.