Update incorrect test case in math ops challenge (#243)

This commit is contained in:
rajatppn 2018-08-29 06:32:01 +05:30 committed by Donne Martin
parent 8e035f1dfd
commit 561b3203cc

View File

@ -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",