Skip to content

Commit efc6e24

Browse files
author
Sunny Raj Rathod
authored
Update TestRunner.java
1 parent 3948f25 commit efc6e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/net/authorize/sample/SampleCodeTest/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class TestRunner {
8383

8484
private static String getEmail()
8585
{
86-
return rgenerator.nextInt(10000) + "@test.com";
86+
return rgenerator.nextInt(1000000) + "@test.com";
8787
}
8888

8989
private static Double getAmount()

0 commit comments

Comments
 (0)