mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-04 00:18:02 +00:00
Update incorrect test case in math ops challenge (#243)
This commit is contained in:
@@ -143,7 +143,7 @@
|
|||||||
" assert_equal(solution.max, 9)\n",
|
" assert_equal(solution.max, 9)\n",
|
||||||
" assert_equal(solution.min, 2)\n",
|
" assert_equal(solution.min, 2)\n",
|
||||||
" assert_equal(solution.mean, 5)\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",
|
" print('Success: test_math_ops')\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user