Skip to content

Commit 08f6071

Browse files
committed
adapt test for subset
1 parent 9015381 commit 08f6071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/dataset_classes/testChebiTermCallback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_process_valid_terms(self) -> None:
3636
"has_part": set(),
3737
"name": "Compound A",
3838
"smiles": "C1=CC=CC=C1",
39+
"subset": "2_STAR",
3940
}
4041

4142
actual_dict: Dict[str, Any] = term_callback(

0 commit comments

Comments
 (0)