Skip to content

Commit

Permalink
rollbacked change that will be addressed in #409.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoseley committed Jul 27, 2015
1 parent 35cb6ab commit dc0f739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/AutoFixtureUnitTest/RandomNumericSequenceGeneratorTest.cs
Expand Up @@ -108,9 +108,9 @@ public void LimitsDoesNotMatchParamsArray()
// Fixture setup
var unexpectedLimits = new long[]
{
(byte)10,
(Int16)50,
(Int32)20,
Byte.MaxValue,
Int16.MaxValue,
Int32.MaxValue
};
var sut = new RandomNumericSequenceGenerator(
unexpectedLimits[0],
Expand Down

0 comments on commit dc0f739

Please sign in to comment.