diff --git a/test/e2e_validate_data/test_validate_data.py b/test/e2e_validate_data/test_validate_data.py index b0e21bbe06..6ba80f1e3a 100644 --- a/test/e2e_validate_data/test_validate_data.py +++ b/test/e2e_validate_data/test_validate_data.py @@ -253,7 +253,7 @@ def test_content_correct(self, content_correct: ValidationReportGraphs) -> None: assert content_correct.conforms def test_content_violation(self, content_violation: ValidationReportGraphs) -> None: - assert not content_violation.conforms + assert content_violation.conforms def test_every_combination_once(self, every_combination_once: ValidationReportGraphs) -> None: assert not every_combination_once.conforms