(context)
| 375 | |
| 376 | @then("the chart has new chart data") |
| 377 | def then_the_chart_has_new_chart_data(context): |
| 378 | orig_xlsx_sha1 = context.xlsx_sha1 |
| 379 | new_xlsx_sha1 = hashlib.sha1(context.chart._workbook.xlsx_part.blob).hexdigest() |
| 380 | assert new_xlsx_sha1 != orig_xlsx_sha1 |
nothing calls this directly
no test coverage detected
searching dependent graphs…