Skip to content

Commit de97266

Browse files
committed
Update test_pandas.py
1 parent 18f69c5 commit de97266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ def test_read_json_dtype_backend(
21842184
tm.assert_frame_equal(result, expected, check_column_type=False)
21852185

21862186
@td.skip_if_no("pyarrow")
2187-
def test_read_json_pyarrow_with_dtype(self, datapath):
2187+
def test_read_json_pyarrow_with_dtype(self):
21882188
dtype = {"a": "int32[pyarrow]", "b": "int64[pyarrow]"}
21892189
json = '{"a": 1, "b": 2}'
21902190

0 commit comments

Comments
 (0)