Tweaked TODO unit test comment.

This commit is contained in:
Donne Martin 2015-06-27 06:30:21 -04:00
parent 585f5b8978
commit d16c1d2377

View File

@ -184,9 +184,8 @@
"from nose.tools import assert_equal\n", "from nose.tools import assert_equal\n",
"\n", "\n",
"class Test(object):\n", "class Test(object):\n",
" \n",
" # TODO: It would be better if we had unit tests for each\n", " # TODO: It would be better if we had unit tests for each\n",
" # HashTable method in addition to the following end-to-end test\n", " # method in addition to the following end-to-end test\n",
" def test_end_to_end(self):\n", " def test_end_to_end(self):\n",
" hash_table = HashTable(10)\n", " hash_table = HashTable(10)\n",
" \n", " \n",