Skip to content

Commit

Permalink
Upped number of test posts generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 14, 2013
1 parent 879dd7c commit adc29c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_clickbank/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_remap_post(self):
import copy
test_posts = copy.deepcopy(TEST_POSTS)

for i in range(0, 10):
for i in range(0, 25):
test_posts.append(generate_post(SECRET_KEY))

for post in TEST_POSTS:
Expand Down
2 changes: 1 addition & 1 deletion django_clickbank/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_ipn(self):
client = Client()
import copy
test_posts = copy.deepcopy(TEST_POSTS)
for i in range(0, 10):
for i in range(0, 25):
test_posts.append(generate_post(SECRET_KEY))

for post in test_posts:
Expand Down

0 comments on commit adc29c9

Please sign in to comment.