Skip to content

Commit 52ef75b

Browse files
committed
tests in api
1 parent 628b62c commit 52ef75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class TestPDApi(Base, tm.TestCase):
8686
'read_gbq', 'read_hdf', 'read_html', 'read_json',
8787
'read_msgpack', 'read_pickle', 'read_sas', 'read_sql',
8888
'read_sql_query', 'read_sql_table', 'read_stata',
89-
'read_table', 'read_feather']
89+
'read_table', 'read_feather', 'read_parquet']
9090

9191
# top-level to_* funcs
9292
funcs_to = ['to_datetime', 'to_msgpack',

0 commit comments

Comments
 (0)