Skip to content

Commit

Permalink
test summary.display()
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 14, 2024
1 parent 1315268 commit ae6480d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_model/test_v0_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def test_model(model_data: Dict[str, Any], update: Dict[str, Any]):
summary = validate_format(
model_data, context=ValidationContext(perform_io_checks=False)
)
summary.display()
assert summary.status == "passed", summary.format()


Expand Down

0 comments on commit ae6480d

Please sign in to comment.