Removing clauses (#1195)

* Removing clauses

* Removing clauses from JavaCommercialPaper

* Addressing review comments
This commit is contained in:
mkit
2017-08-09 15:25:31 +01:00
committed by GitHub
parent 28610868c4
commit 0b33214fea
17 changed files with 614 additions and 994 deletions

View File

@ -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")
}
}