Skip to content

Commit aa9fa95

Browse files
author
Sunny Raj Rathod
authored
Update TestRunner.cs
1 parent 9cb3869 commit aa9fa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SampleCodeTest/TestRunner.cs

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

2626
private static string GetEmail()
2727
{
28-
return r.Next(1000, 8908) + "@test.com";
28+
return r.Next(1000, 89999999) + "@test.com";
2929
}
3030

3131
private static decimal GetAmount()

0 commit comments

Comments
 (0)