Skip to content

Commit

Permalink
Update incorrect test case in math ops challenge (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatppn authored and donnemartin committed Aug 29, 2018
1 parent 8e035f1 commit 561b320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math_probability/math_ops/math_ops_challenge.ipynb
Expand Up @@ -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",
Expand Down

0 comments on commit 561b320

Please sign in to comment.