Skip to content

Commit

Permalink
remove redundant and now overly long gap max test in command-line sce…
Browse files Browse the repository at this point in the history
…narios
  • Loading branch information
KtorZ committed Aug 24, 2020
1 parent b418744 commit cd0878f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,7 @@ spec = do
++ show addrPoolMax ++ "."

let matrix =
[ ( "Gap max", show addrPoolMax, expectsOk )
, ( "Gap min", show addrPoolMin, expectsOk )
, ( "Gap max - 1", show (addrPoolMax - 1), expectsOk )
[ ( "Gap min", show addrPoolMin, expectsOk )
, ( "Gap min + 1", show (addrPoolMin + 1), expectsOk )
, ( "Gap max + 1 -> fail", show (addrPoolMax + 1), expectsErr )
, ( "Gap min - 1 -> fail", show (addrPoolMin - 1), expectsErr )
Expand Down

0 comments on commit cd0878f

Please sign in to comment.