Skip to content

Commit

Permalink
Fixed oracle tests (#14738)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarVO7 authored Jan 16, 2024
1 parent 1ace95c commit f2219a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ingestion/tests/unit/topology/database/test_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ def test_yield_database(self):
def test_yield_schema(self):
assert EXPECTED_DATABASE_SCHEMA == [
either.right
for either in self.oracle.yield_database_schema(MOCK_DATABASE_SCHEMA.name)
for either in self.oracle.yield_database_schema(
MOCK_DATABASE_SCHEMA.name.__root__
)
]
self.oracle.context.__dict__[
"database_schema"
Expand Down

0 comments on commit f2219a1

Please sign in to comment.