Skip to content

Commit 65d1bee

Browse files
committed
Updated misleading comment in invalid_input test per review feedback
Signed-off-by: Kayvan Mivehnejad <[email protected]>
1 parent f9e989e commit 65d1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636

37-
# List of lists that prompt[0] passes test case#4, but no TypeError will be raised.
37+
# Test that a nested mixed-type list of lists raises a TypeError.
3838
@pytest.mark.parametrize("invalid_input", [[[1, 2], ["foo", "bar"]]])
3939
def test_invalid_input_raise_type_error(invalid_input):
4040
with pytest.raises(TypeError):

0 commit comments

Comments
 (0)