Skip to content

Commit d1c7e38

Browse files
committed
Actually use data
1 parent f777fa1 commit d1c7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/json/test_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def data():
3232
while len(data[0]) == len(data[1]):
3333
data = make_data()
3434

35-
return JSONArray(make_data())
35+
return JSONArray(data)
3636

3737

3838
@pytest.fixture

0 commit comments

Comments
 (0)