mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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 ->
|
||||
ps.executeQuery().use { rs ->
|
||||
rs.next()
|
||||
rs.getLong(2) // receiverPartyId
|
||||
rs.getLong(4) // receiverPartyId
|
||||
}
|
||||
}
|
||||
return Pair(transactionStatus, receiverPartyId)
|
||||
|
Loading…
Reference in New Issue
Block a user