There was an error while loading. Please reload this page.
1 parent 643e9bf commit 6fc6a26Copy full SHA for 6fc6a26
pandas/tests/io/test_sql.py
@@ -378,7 +378,7 @@ def _read_sql_iris_named_parameter(self):
378
def _to_sql(self):
379
self.drop_table('test_frame1')
380
381
- self.pandasSQL.to_sql(self.test_frame1, 'test_frame1', method=method)
+ self.pandasSQL.to_sql(self.test_frame1, 'test_frame1')
382
assert self.pandasSQL.has_table('test_frame1')
383
384
num_entries = len(self.test_frame1)
0 commit comments