Skip to content

Commit 0fcf424

Browse files
authored
Update tests/unit/test_schema.py
1 parent cbd08c5 commit 0fcf424

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/unit/test_schema.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,17 +1232,6 @@ def test_to_api_repr(self):
12321232

12331233

12341234

1235-
''' TODO, consider these when SERDE if finished...
1236-
@pytest.mark.parametrize(
1237-
"serde_info,expected",
1238-
[
1239-
({"key": "value"}, {"key": "value"}),
1240-
([1, 2, 3], [1, 2, 3]),
1241-
(123, 123),
1242-
("string", "string"),
1243-
],
1244-
)
1245-
'''
12461235

12471236
class TestSerDeInfo:
12481237
"""Tests for the SerDeInfo class."""

0 commit comments

Comments
 (0)