##// END OF EJS Templates
Removed call to en internal method in test.
neko259 -
r19:e1992943 default
parent child Browse files
Show More
@@ -96,4 +96,4 b' class BoardTests(TestCase):'
96
96
97 thread = Post.objects.get_thread(op_id)
97 thread = Post.objects.get_thread(op_id)
98
98
99 self.assertEqual(3, thread.__len__())
99 self.assertEqual(3, len(thread))
General Comments 0
You need to be logged in to leave comments. Login now