This test doesn't make sense any more
authorCharles Connell <charles@connells.org>
Tue, 14 Jan 2014 21:21:21 +0000 (16:21 -0500)
committerCharles Connell <charles@connells.org>
Tue, 14 Jan 2014 21:21:21 +0000 (16:21 -0500)
karmaworld/apps/notes/tests.py

index 8e6646d3535e0f69e93107c8b4df63144d852e0e..1dc1a1ea79748438e34bc645f617fe3eff4687f5 100644 (file)
@@ -57,12 +57,6 @@ class TestNoes(TestCase):
         api = itc.ApiClient(secret.PRIVATE_URL)
         api.delete_index(secret.INDEX)
 
-    def test_unicode(self):
-        """ Ensure that the unicode repl for a Note is as expected """
-        expected = u"Note: doc Lecture notes concerning the use of therefore ∴ -- {0}"\
-                .format(self.now)
-        self.assertEqual(self.note.__unicode__(), expected)
-
     def test_course_fkey(self):
         self.assertEqual(self.course, self.note.course)