From d16c1d237711539e7f39da8bcd305bbe00ff4d18 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 27 Jun 2015 06:30:21 -0400 Subject: [PATCH] Tweaked TODO unit test comment. --- arrays-strings/hash-map.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arrays-strings/hash-map.ipynb b/arrays-strings/hash-map.ipynb index 190f1c1..be097d5 100644 --- a/arrays-strings/hash-map.ipynb +++ b/arrays-strings/hash-map.ipynb @@ -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",