mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
Correct obligationTestRoots to cashObligationTestRoots
This commit is contained in:
@ -486,7 +486,7 @@ class ObligationTests {
|
|||||||
|
|
||||||
// Make sure settlement amount must match the amount leaving the ledger
|
// Make sure settlement amount must match the amount leaving the ledger
|
||||||
ledger {
|
ledger {
|
||||||
obligationTestRoots(this)
|
cashObligationTestRoots(this)
|
||||||
transaction("Settlement") {
|
transaction("Settlement") {
|
||||||
input("Alice's $1,000,000 obligation to Bob")
|
input("Alice's $1,000,000 obligation to Bob")
|
||||||
input("Alice's $1,000,000")
|
input("Alice's $1,000,000")
|
||||||
|
Reference in New Issue
Block a user