mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Tweaked TODO unit test comment.
This commit is contained in:
parent
585f5b8978
commit
d16c1d2377
|
@ -184,9 +184,8 @@
|
|||
"from nose.tools import assert_equal\n",
|
||||
"\n",
|
||||
"class Test(object):\n",
|
||||
" \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",
|
||||
" hash_table = HashTable(10)\n",
|
||||
" \n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user