mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
Removing clauses (#1195)
* Removing clauses * Removing clauses from JavaCommercialPaper * Addressing review comments
This commit is contained in:
@ -490,7 +490,7 @@ class TwoPartyTradeFlowTests {
|
||||
fun `dependency with error on buyer side`() {
|
||||
mockNet = MockNetwork(false)
|
||||
ledger(initialiseSerialization = false) {
|
||||
runWithError(true, false, "at least one asset input")
|
||||
runWithError(true, false, "at least one cash input")
|
||||
}
|
||||
}
|
||||
|
||||
@ -498,7 +498,7 @@ class TwoPartyTradeFlowTests {
|
||||
fun `dependency with error on seller side`() {
|
||||
mockNet = MockNetwork(false)
|
||||
ledger(initialiseSerialization = false) {
|
||||
runWithError(false, true, "Issuances must have a time-window")
|
||||
runWithError(false, true, "Issuances have a time-window")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user