Skip to content

Commit

Permalink
polish test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jun 19, 2023
1 parent d07da90 commit 2f6abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_8cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def test_workflow_digest(self):

# ensure digest is sensitive to changes in the struct type and called task (but not the
# uncalled task, or comments/whitespace)
doc2 = WDL.parse_document(self.test_workflow_wdl.replace("String? middle", ""))
doc2 = WDL.parse_document(self.test_workflow_wdl.replace("String? middle", "String? middle Int? age"))
doc2.typecheck()
self.assertNotEqual(doc.workflow.digest, doc2.workflow.digest)

Expand Down

0 comments on commit 2f6abd7

Please sign in to comment.