minor doc fix

pull/1/head
Ed Summers 2011-10-18 23:47:48 -04:00
parent 7bfb7c3f7f
commit 76b70f3676
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class TestBookLoader(TestCase):
user.wishlist.works.add(e1.work)
user.wishlist.works.add(e2.work)
# create campaigns for the works
# create campaigns for the stub works
c1 = models.Campaign.objects.create(
name=e1.work.title,
work=e2.work,