Skip to content

Commit

Permalink
Add input check for multi-address pending tx
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Jan 5, 2021
1 parent bd2916b commit cdf556a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ spec = describe "SHELLEY_TRANSACTIONS" $ do
between (feeMin + (2*amt), feeMax + (2*amt))
, expectField (#direction . #getApiT) (`shouldBe` Outgoing)
, expectField (#status . #getApiT) (`shouldBe` Pending)
, expectField #inputs $ \inputs' -> do
inputs' `shouldSatisfy` all (isJust . source)
]

verify ra
Expand Down

0 comments on commit cdf556a

Please sign in to comment.