Skip to content

Commit f145425

Browse files
committed
and more
[ci] Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent abe6ad9 commit f145425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/MultiHostValidatorOperatorIntegrationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class MultiHostValidatorOperatorIntegrationTest
193193
"The send succeeds despite alice's validator being disconnected and stopped",
194194
_ => {
195195
// Fees eat up quite a bit
196-
splitwellWalletClient.balance().unlockedQty should beWithin(47, 48)
196+
splitwellWalletClient.balance().unlockedQty should be(60)
197197
// Alice's wallet is stopped, so we confirm the transaction via scan
198198
sv1ScanBackend
199199
.listTransactions(

0 commit comments

Comments
 (0)