Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 9, 2020
1 parent a911bbb commit e53a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_1doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def test_unify(self):
with self.assertRaises(WDL.Error.ValidationError):
doc = WDL.parse_document("""
workflow unify {
Array[Pair[String,String]] bogus = [("a","b"), "c"]
Array[Pair[String,String]] bogus = [("a","b"), ("c",("d","e"))]
}
""")
doc.typecheck()
Expand Down

0 comments on commit e53a957

Please sign in to comment.