Skip to content

Commit 97cb94d

Browse files
committed
Update test-runner.py
1 parent 0f89a11 commit 97cb94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def getEmail(self):
1010
return str(random.randint(0, 10000)) + "@test.com"
1111

1212
def getAmount(self):
13-
return random.randint(0, 10000)
13+
return random.randint(0, 10000) * 1.12
1414

1515
def getDay(self):
1616
return random.randint(7, 365)
@@ -608,4 +608,4 @@ def test_all_sample_codes(self):
608608
#def test_sample(self):
609609
# self.assertTrue(self.get_customer_shipping_address())
610610

611-
unittest.main()
611+
unittest.main()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy