Skip to content

Commit 7728d73

Browse files
committed
add more tests
1 parent 7cbfc77 commit 7728d73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/synapseclient/extensions/unit_test_data_model_graph_explorer.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,7 @@ def test_get_node_maximum_minimum_value(
126126

127127
@pytest.mark.parametrize(
128128
"node_label, is_template",
129-
[
130-
("Patient", True),
131-
("Sex", False),
132-
],
129+
[("Patient", True), ("Biospecimen", True), ("Sex", False), ("Cancer", False)],
133130
)
134131
def test_get_node_is_template(
135132
dmge: DataModelGraphExplorer, node_label: str, is_template: bool

0 commit comments

Comments
 (0)