Skip to content

Commit

Permalink
test: check if branch protection works (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann authored Dec 18, 2024
1 parent ac36864 commit b0699d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_validate_data/test_validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0699d8

Please sign in to comment.