Skip to content

Commit

Permalink
Remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerderits authored and Jacob Beck committed Jul 24, 2018
1 parent f28eaa1 commit ffc90c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,6 @@ def use_profile(self, adapter_type):
self.run_sql('DROP SCHEMA IF EXISTS {} CASCADE'.format(schema))
self.run_sql('CREATE SCHEMA {}'.format(schema))

def _reconnect(self):
"""Disconnect and then reconnect. setUp() must be complete!"""
self.handle.close()
self.adapter.cleanup_connections()
connection = self.adapter.acquire_connection(self._profile, '__test')
self.handle = connection.get('handle')

def tearDown(self):
os.remove(DBT_PROFILES)
os.remove("dbt_project.yml")
Expand Down

0 comments on commit ffc90c3

Please sign in to comment.