whoops wrong edition

pull/1/head
Andromeda Yelton 2012-09-25 12:27:39 -04:00
parent 278a36e2f2
commit e62484f46a
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ class DownloadPageTest(TestCase):
eb2 = models.Ebook()
eb2.url = "http://example2.com"
eb2.edition = e2
eb1.format = 'mobi'
eb2.format = 'mobi'
eb1.save()
eb2.save()