mirror of
https://github.com/corda/corda.git
synced 2025-04-26 13:59:56 +00:00
Fix failing slow test. (#7387)
This commit is contained in:
parent
2cdd931fcf
commit
c56ee1cc73
@ -99,7 +99,7 @@ class GetFlowTransaction(private val txId: SecureHash) : FlowLogic<Pair<String,
|
|||||||
.use { ps ->
|
.use { ps ->
|
||||||
ps.executeQuery().use { rs ->
|
ps.executeQuery().use { rs ->
|
||||||
rs.next()
|
rs.next()
|
||||||
rs.getLong(2) // receiverPartyId
|
rs.getLong(4) // receiverPartyId
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Pair(transactionStatus, receiverPartyId)
|
return Pair(transactionStatus, receiverPartyId)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user