Skip to content

Commit

Permalink
kek
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0sv committed Jul 11, 2024
1 parent f605027 commit 51dee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multitest/metrics/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_metric(tmetric: TestMetric, tdataset: TestDataset, outcome: TestOutcome
report._inner_suite.raise_for_error()
assert report.show()
assert report.json()
_check_dataframe(report)
_check_dataframe(report, tmetric.metric)

outcome.check(report)

Expand Down

0 comments on commit 51dee87

Please sign in to comment.