Skip to content

Commit

Permalink
Fix test compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jun 13, 2022
1 parent 911bc3a commit 91afb8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ runAccountAction (RegIdExists rid) (ba, pa) = do
checkBinary (==) be pe "<->" "regid exists in basic" "regid exists in persistent"
return (ba, pa')
runAccountAction (RecordRegId rid ai) (ba, pa) = do
let ba' = B.recordRegId (ID.toRawCredId rid) ai ba
let ba' = B.recordRegId (ID.toRawCredRegId rid) ai ba
pa' <- P.recordRegId rid ai pa
return (ba', pa')

Expand Down

0 comments on commit 91afb8f

Please sign in to comment.