Skip to content

Commit

Permalink
Actually use data
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 28, 2018
1 parent f777fa1 commit d1c7e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/extension/json/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def data():
while len(data[0]) == len(data[1]):
data = make_data()

return JSONArray(make_data())
return JSONArray(data)


@pytest.fixture
Expand Down

0 comments on commit d1c7e38

Please sign in to comment.