This commit is contained in:
Kovid Goyal 2013-04-09 13:26:07 +05:30
parent 86d4df245c
commit 98ebcf2a05

View File

@ -290,7 +290,6 @@ class WritingTest(BaseTest):
ae(c.field_for('sort', 1), 'Moose, The')
ae(c.field_for('sort', 2), 'Cat')
# }}}
def test_dirtied(self): # {{{