Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Oct 31, 2024
1 parent 349056e commit 7082e70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/SimpleClientTests/AccountSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ exampleBakerInfoResult pc =
_bakerSignatureVerifyKey = snd $ unsafePerformIO newKeyPair
},
asiPendingChange = pc,
asiPoolInfo = Just exampleBakerPoolInfo
asiPoolInfo = Just exampleBakerPoolInfo,
asiIsSuspended = False
}

exampleDelegatorStakingInfo :: StakePendingChange' UTCTime -> AccountStakingInfo
Expand Down

0 comments on commit 7082e70

Please sign in to comment.