Skip to content

Commit

Permalink
test: remove unnecessary test case
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed May 26, 2022
1 parent 2cb874c commit 5bf2685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@pytest.mark.parametrize(
"section_activite_principale, expected",
[("A", "A"), ("l", "L"), (None, None)],
[("A", "A"), (None, None)],
)
def test_validate_section_activite_principale(
section_activite_principale: str, expected: str
Expand Down

0 comments on commit 5bf2685

Please sign in to comment.