Skip to content

Commit c767114

Browse files
committed
Fix test error message
1 parent a180b88 commit c767114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile/test_builders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def test_repeated_inputs(self):
686686

687687
with pytest.raises(
688688
ValueError,
689-
match="There following variables were provided more than once as inputs to the "
689+
match="The following variables were provided more than once as inputs to the "
690690
"OpFromGraph",
691691
):
692692
OpFromGraph([x, x, y], [x + y])

0 commit comments

Comments
 (0)