Skip to content

Commit

Permalink
update test of withdrawal from self, 0 rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas authored and Unisay committed Nov 21, 2022
1 parent 7e70871 commit aa61a6d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -419,7 +419,7 @@ spec = describe "NEW_SHELLEY_TRANSACTIONS" $ do
verify rTx
[ expectResponseCode HTTP.status202
, expectField (#coinSelection . #metadata) (`shouldBe` Nothing)
, expectField (#coinSelection . #withdrawals) (`shouldSatisfy` (not . null))
, expectField (#coinSelection . #withdrawals) (`shouldSatisfy` null)
]
let expectedFee = getFromResponse (#fee . #getQuantity) rTx

Expand Down

0 comments on commit aa61a6d

Please sign in to comment.