Skip to content

Commit

Permalink
more ApiWalletBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Jan 22, 2021
1 parent f219cf1 commit 48c2230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shelley/bench/Latency.hs
Expand Up @@ -236,7 +236,7 @@ walletApiBench capture ctx = do
verify rWal1
[ expectSuccess
, expectField
(#balance . #getApiT . #available . #getQuantity)
(#balance . #available . #getQuantity)
(`shouldBe` (minUTxOValue * (fromIntegral utxoNumber)))
]

Expand All @@ -255,7 +255,7 @@ walletApiBench capture ctx = do
verify rWal1
[ expectSuccess
, expectField
(#balance . #getApiT . #available . #getQuantity)
(#balance . #available . #getQuantity)
(`shouldBe` amtExp)
]
rDel <- request @ApiWallet ctx (Link.deleteWallet @'Shelley wSrc) Default Empty
Expand Down

0 comments on commit 48c2230

Please sign in to comment.