Skip to content

Commit 00e814c

Browse files
committed
remove invlaid test with anywidget bug fix
1 parent 4b689b7 commit 00e814c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/small/test_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4042,7 +4042,6 @@ def test_json_astype_others(data, to_type, errors):
40424042
pytest.param(["10.2", None], dtypes.INT_DTYPE, id="to_int"),
40434043
pytest.param(["false", None], dtypes.FLOAT_DTYPE, id="to_float"),
40444044
pytest.param(["10.2", None], dtypes.BOOL_DTYPE, id="to_bool"),
4045-
pytest.param(["true", None], dtypes.STRING_DTYPE, id="to_string"),
40464045
],
40474046
)
40484047
def test_json_astype_others_raise_error(data, to_type):

0 commit comments

Comments
 (0)