Skip to content

Commit

Permalink
TSDK-733 Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mundacho committed Feb 5, 2024
1 parent 7e453ce commit 6185bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ class ConfirmRedemptionControllerSpec extends CatsEffectSuite with SharedData {
wallet,
sessionManager
)
_ <- IO.println("res: " + res)
} yield res.isRight && res.toOption.get.tx == testTx
} yield res.isRight && res.toOption.get.tx.startsWith(testTx)
)
}
test(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait SharedData {
val testPassword = "password"

val testTx =
"02000000000101d0e18d3e7353fc08411019d71d04eb6b508e41d96084dd835d94058e3ca6d90800000000000000000001687907000000000016001440d1ff211ecc3ee41fcbfc2194f6c8a823dcf40604207365637265740000000000000000000000000000000000000000000000000000473044022027e58689cb56793ac631549ff89eff9e125c2fe53884ba4ab2cf3a4fc36d9d6302200a29237a87b0cb87d9d8604247bd1452b586192186d30dc61e5722dd13203722010073210295bb5a3b80eeccb1e38ab2cbac2545e9af6c7012cdc8d53bd276754c54fc2e4aac6421032b93670322d7b22695a608960c4df9248ce9fe4680743eb7450e1bd5d1aeb03ead82012088a820497a39b618484855ebb5a2cabf6ee52ff092e7c17f8bfe79313529f9774f83a287670164b26800000000"
"02000000000101d0e18d3e7353fc08411019d71d04eb6b508e41d96084dd835d94058e3ca6d908000000000000000000016879070000000000160014"


val testBlockToRecover = 100
Expand Down

0 comments on commit 6185bac

Please sign in to comment.