Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Bartley committed Jun 2, 2020
1 parent b6f3623 commit 4bf0863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_componentdefinition.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_hidden_sequence(self):
rdflib.URIRef(sbol2.SBOL_SEQUENCE_PROPERTY),
rdflib.URIRef(seq.identity)))

@unittest.expectedFailure
@unittest.expectedFailure # See #272
def test_remove_hidden_sequence(self):
# Objects contained in a hidden property shouldn't persist if they are
# removed from the Document top level
Expand Down

0 comments on commit 4bf0863

Please sign in to comment.