summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/regressiontests/custom_columns_regress/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/regressiontests/custom_columns_regress/tests.py b/tests/regressiontests/custom_columns_regress/tests.py
index 6f6c4ecf94..0587ab7070 100644
--- a/tests/regressiontests/custom_columns_regress/tests.py
+++ b/tests/regressiontests/custom_columns_regress/tests.py
@@ -22,8 +22,6 @@ class CustomColumnRegression(TestCase):
self.authors = [self.a1, self.a2]
def test_basic_creation(self):
- self.assertEqual(self.a1.Author_ID, 1)
-
art = Article(headline='Django lets you build web apps easily', primary_author=self.a1)
art.save()
art.authors = [self.a1, self.a2]