Skip to content

Commit d58cb0c

Browse files
committed
Fix PT014 pytest-duplicate-parametrize-test-cases
1 parent cac9971 commit d58cb0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/agent_unittests/test_encoding_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def test_camel_case(input_, expected, upper):
4242
@pytest.mark.parametrize(
4343
"input_,expected",
4444
[
45-
("", ""),
4645
("", ""),
4746
("my_string", "my_string"),
4847
("myString", "my_string"),

0 commit comments

Comments
 (0)