Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Nov 26, 2018
1 parent 57adb3a commit f8d9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_2calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_if_defined(self):
call sum
}
call sum as s2
Int y = if true then sum.z else 42
Int y = if true then sum.z else s2.z
}
"""
doc = WDL.parse_document(txt)
Expand Down

0 comments on commit f8d9037

Please sign in to comment.