Skip to content

Commit

Permalink
RM-96 load with engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Jul 11, 2023
1 parent 0a37913 commit 58b93f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/db/postgres/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_load_from_fileobj_default_date_order_style(self,
mock_Table.assert_called_with(mock_table,
self.mock_meta,
schema=mock_schema,
autoload_with=self.mock_db)
autoload_with=self.mock_db.engine)
mock_conn = self.mock_db.engine.begin.return_value.__enter__.return_value
mock_quote_value.assert_called_with(mock_conn, 'ISO, MDY')
str_arg = str(mock_conn.execute.call_args.args[0])
Expand Down

0 comments on commit 58b93f3

Please sign in to comment.