Skip to content

Commit 9848e31

Browse files
committed
changed text for last test's exception case
1 parent 6ef83ae commit 9848e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/09-Random-Numbers/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def test_function_exists():
4747
# only asserting if value is outside the range, else it will pass
4848
assert tries < 20
4949
except AttributeError:
50-
raise AttributeError('The function "get_randomInt" is returning values outside the specified range')
50+
raise AttributeError('The function "get_randomInt" is returning a static value, not a random one')

0 commit comments

Comments
 (0)