Skip to content

Commit 00b06f2

Browse files
committed
fix test
1 parent 67199f9 commit 00b06f2

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/cub/concurrent/tasks

1 file changed

+1
-1
lines changed

src/main/kotlin/cub/concurrent/tasks/Task5.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fun transactionalBankAccountTest3() {
121121
account.buyWithCashback(10_000, 5)
122122
}
123123
t1.join(); t2.join(); t3.join()
124-
check(account.balance == 4_700)
124+
check(account.balance == 4_450)
125125
}
126126

127127
fun main() {

0 commit comments

Comments
 (0)