Skip to content

Commit

Permalink
Fix test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Sep 26, 2024
1 parent a180b88 commit c767114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile/test_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def test_repeated_inputs(self):

with pytest.raises(
ValueError,
match="There following variables were provided more than once as inputs to the "
match="The following variables were provided more than once as inputs to the "
"OpFromGraph",
):
OpFromGraph([x, x, y], [x + y])
Expand Down

0 comments on commit c767114

Please sign in to comment.