Skip to content

Commit 5b55aa0

Browse files
committed
fixup test
1 parent beaf616 commit 5b55aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/pyroot/pythonizations/test/numbadeclare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def square_std_arr(v):
685685

686686
def test_missing_signature_raises(self):
687687
"""
688-
Ensure a RuntimeError is raised when return type cannot be inferred
688+
Ensure an Exception is raised when return type cannot be inferred
689689
and no explicit signature is provided in the decorator.
690690
"""
691691
def f(x):

0 commit comments

Comments
 (0)