Skip to content

Commit

Permalink
Add teardown to datasource creator
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Delacour <[email protected]>
  • Loading branch information
Matt Delacour committed Oct 15, 2021
1 parent e82106f commit 92819dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ def test_historical_features_from_bigquery_sources_containing_backfills(environm

finally:
store.teardown()
environment.data_source_creator.teardown()


def response_feature_name(feature: str, full_feature_names: bool) -> str:
Expand Down

0 comments on commit 92819dd

Please sign in to comment.