Skip to content

Commit c894038

Browse files
committed
removed undeed files
1 parent 730e175 commit c894038

File tree

4 files changed

+85
-310
lines changed

4 files changed

+85
-310
lines changed

tests/unit/synapseclient/extensions/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ def helpers():
6060
@pytest.fixture(name="dmge", scope="function")
6161
def DMGE(helpers: Helpers) -> DataModelGraphExplorer:
6262
"""Fixture to instantiate a DataModelGraphExplorer object using the data model with column types"""
63-
dmge = helpers.get_data_model_graph_explorer(
64-
path="example.model.column_type_component.csv"
65-
)
63+
dmge = helpers.get_data_model_graph_explorer(path="example.model.csv")
6664
return dmge
6765

6866

tests/unit/synapseclient/extensions/schema_files/example.Patient.schema.json

Lines changed: 0 additions & 151 deletions
This file was deleted.

tests/unit/synapseclient/extensions/schema_files/example.model.column_type_component.csv

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)