Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Jan 13, 2025
1 parent 010d5c3 commit eaa6d38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_static_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def test_static_tables(tmp_path):
)
db.connect()
cursor = config.db.cursor()
print(cursor)
cursor.execute("CREATE SCHEMA umls")
manifest = study_manifest.StudyManifest()
manifest._study_config = {
Expand Down
1 change: 0 additions & 1 deletion tests/test_umls_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def test_create_query(mock_resolve, mock_responses, tmp_path):
p_builder.execute_queries(config=config, manifest=manifest)
builder = umls_builder.UMLSBuilder()
builder.execute_queries(config=config, manifest=manifest)
print(manifest)
res = cursor.execute('SELECT * FROM "umls.TESTTABLE"').fetchall()
assert res == [("TTY1", "Code-1"), ("TTY2", "Code-2"), ("TTY3", "Code-3")]

Expand Down

0 comments on commit eaa6d38

Please sign in to comment.