Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Apr 18, 2024
1 parent ef9345f commit 899eeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cycquery/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_dataset_querier():
user="postgres",
password="pwd",
)
assert len(querier.list_tables()) == 69
assert len(querier.list_tables()) == 66
assert len(querier.list_schemas()) == 4
assert len(querier.list_tables(schema_name="cdm_synthea10")) == 44
visit_occrrence_columns = querier.list_columns("cdm_synthea10", "visit_occurrence")
Expand Down

0 comments on commit 899eeec

Please sign in to comment.