We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef83ae commit 9848e31Copy full SHA for 9848e31
exercises/09-Random-Numbers/test.py
@@ -47,4 +47,4 @@ def test_function_exists():
47
# only asserting if value is outside the range, else it will pass
48
assert tries < 20
49
except AttributeError:
50
- raise AttributeError('The function "get_randomInt" is returning values outside the specified range')
+ raise AttributeError('The function "get_randomInt" is returning a static value, not a random one')
0 commit comments