Previous push got lost

This commit is contained in:
George Fleming 2015-11-11 14:43:28 -08:00
parent cf5f642dbf
commit 08e1293ac9

View File

@ -4,7 +4,7 @@
}
It "Should return a random number less than 100 " {
Get-Random -Maximum 100 | Should BeLessThan 100
Get-Random -Maximum 100 | Should BeGreaterThan 0
Get-Random -Maximum 100 | Should BeGreaterThan -1
}
It "Should return a random number less than 100 and greater than -100 " {