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 27aff15
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 @@ -79,8 +79,8 @@ def _create_schema_name(self):
return schema_name

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

Expand Down

0 comments on commit 27aff15

Please sign in to comment.