Skip to content

Commit 4d2a293

Browse files
author
Ashish Kankaria
committed
Update test-runner.py
1 parent 97cb94d commit 4d2a293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-runner.py

Lines changed: 1 addition & 1 deletion
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) * 1.12
13+
return random.randint(0, 10000)
1414

1515
def getDay(self):
1616
return random.randint(7, 365)

0 commit comments

Comments
 (0)