Skip to content

Commit

Permalink
add Tuple value test
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jun 19, 2024
1 parent a97aa14 commit 94a4db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-py/tests/test_hugr_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def test_ancestral_sibling():
[
val.Function(simple_id().hugr),
val.Sum(1, tys.Sum([[INT_T], [tys.Bool, INT_T]]), [IntVal(34)]),
val.Tuple([val.TRUE, IntVal(23)]),
],
)
def test_vals(val: val.Value):
Expand Down

0 comments on commit 94a4db9

Please sign in to comment.