Skip to content

Commit

Permalink
change nOpt in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 1, 2020
1 parent a8ea13d commit af7fc9c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ spec = do
r <- request @ApiNetworkParameters ctx Link.getNetworkParams Default Empty
expectResponseCode @IO HTTP.status200 r
let Right d = Quantity <$> mkPercentage (3 % 4)
let nOpt = 100
let nOpt = 3
verify r
[ expectField (#decentralizationLevel) (`shouldBe` d)
, expectField (#desiredPoolNumber) (`shouldBe` nOpt)]

0 comments on commit af7fc9c

Please sign in to comment.