Skip to content

Commit

Permalink
added Uncle to cleanup list
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Sep 24, 2010
1 parent 99f98d5 commit 61564b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from milkman.generators import email_generator, random_choice_iterator, random_string, random_float, random_ipaddress_maker, random_float_maker,random_comma_seperated_integer_maker, random_time_string_maker
from testapp.models import *

MODELS = [Root, Child]
MODELS = [Root, Child, Uncle]
class ModelTest(unittest.TestCase):
def tearDown(self):
for m in MODELS:
Expand Down

0 comments on commit 61564b9

Please sign in to comment.