From eb298e6e89af35be00c500f79c1d729162077370 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Tue, 14 Jan 2014 16:21:21 -0500 Subject: [PATCH] This test doesn't make sense any more --- karmaworld/apps/notes/tests.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/karmaworld/apps/notes/tests.py b/karmaworld/apps/notes/tests.py index 8e6646d..1dc1a1e 100644 --- a/karmaworld/apps/notes/tests.py +++ b/karmaworld/apps/notes/tests.py @@ -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) -- 2.25.1