Skip to content

Commit

Permalink
remove association assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jfennick committed Jun 11, 2024
1 parent 64f3e8e commit 30d0c7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,6 @@ def check_prov(
assert len(engines) == 1, "Found too many WorkflowEngines: %s" % engines
engine = engines.pop()

assert (
main_run,
PROV.wasAssociatedWith,
engine,
) in g, "Wf run not associated with wf engine"
assert (
engine,
RDF.type,
Expand Down

0 comments on commit 30d0c7a

Please sign in to comment.