Skip to content

Commit 97cb94d

Browse files
author
Ashish Kankaria
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)