mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Update incorrect test case in math ops challenge (#243)
This commit is contained in:
parent
8e035f1dfd
commit
561b3203cc
|
@ -143,7 +143,7 @@
|
|||
" assert_equal(solution.max, 9)\n",
|
||||
" assert_equal(solution.min, 2)\n",
|
||||
" assert_equal(solution.mean, 5)\n",
|
||||
" assert_true(solution.mode in (2, 92))\n",
|
||||
" assert_true(solution.mode in (2, 9))\n",
|
||||
" print('Success: test_math_ops')\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user