Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n0 committed Jun 27, 2024
1 parent fca862a commit 4046c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soda/core/tests/helpers/data_source_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def _create_schema_name(self):

def _test_session_starts(self):
self.data_source = self._create_test_data_source()
self.schema_data_source = self._create_schema_data_source()
self._drop_schema_if_exists()
self._create_schema_if_not_exists()
self.schema_data_source = self._create_schema_data_source()

def _create_schema_data_source(self) -> DataSource:
configuration_dict = self._build_configuration_dict()
Expand Down

0 comments on commit 4046c06

Please sign in to comment.