Merge pull request #853 from Gluejar/2020

2020 -> 2030
pull/94/head
Eric Hellman 2020-01-01 10:35:31 -05:00 committed by GitHub
commit 638c8f20b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1039,9 +1039,9 @@ class EbookFileTests(TestCase):
c = Campaign.objects.create(
work=w,
type=parameters.BUY2UNGLUE,
cc_date_initial=datetime(2020, 1, 1),
cc_date_initial=datetime(2030, 1, 1),
target=1000,
deadline=datetime(2020, 1, 1),
deadline=datetime(2030, 1, 1),
license='CC BY',
description="dummy description",
)