Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit a2b437a

Browse files
author
J Burnett
committed
Increase MaxTestValue
1 parent 1d418e6 commit a2b437a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/IntListTestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class IntListTestFixture : IDisposable
1111

1212
public List<int> TestList { get; set; }
1313
public const int MinTestValue = 0;
14-
public const int MaxTestValue = 250;
14+
public const int MaxTestValue = 9999;
1515

1616

1717
public IntListTestFixture()

0 commit comments

Comments
 (0)