From: Charles Connell Date: Tue, 14 Jan 2014 21:21:21 +0000 (-0500) Subject: This test doesn't make sense any more X-Git-Tag: release-20150131~270 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb298e6e89af35be00c500f79c1d729162077370;p=oweals%2Fkarmaworld.git This test doesn't make sense any more --- 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)