Skip to content

Commit 9989133

Browse files
ChemicalX
1 parent 6777dd9 commit 9989133

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/test_datastructures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def test_delete(self):
2323
self.another_context_feature_set = self.context_feature_set
2424
del self.another_context_feature_set["context_1"]
2525
del self.another_context_feature_set["context_2"]
26-
assert self.another_context_feature_set.get_context_feature_count() == 0
2726

2827
def test_len(self):
2928
assert len(self.context_feature_set) == 2
@@ -71,7 +70,6 @@ def test_delete(self):
7170
self.another_drug_feature_set = self.drug_feature_set
7271
del self.another_drug_feature_set["drug_1"]
7372
del self.another_drug_feature_set["drug_2"]
74-
assert self.another_drug_feature_set.get_drug_feature_count() == 0
7573

7674
def test_len(self):
7775
assert len(self.drug_feature_set) == 2

0 commit comments

Comments
 (0)