Skip to content

Commit

Permalink
api: add missing account registration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Oct 21, 2021
1 parent 1dcb096 commit b2c3c12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blockfrost-api/test/Cardano/Accounts.hs
Expand Up @@ -37,6 +37,11 @@ spec_sample = do
`shouldBe`
Right accountDelegationHistoryExpected

it "parses account registration sample" $ do
eitherDecode accountRegistrationSample
`shouldBe`
Right accountRegistrationExpected

it "parses account withdrawal history sample" $ do
eitherDecode accountWithdrawalsSample
`shouldBe`
Expand Down

0 comments on commit b2c3c12

Please sign in to comment.