mirror of
https://github.com/corda/corda.git
synced 2025-04-11 13:21:26 +00:00
Update IRS demo test date to a future date. Will follow up with a proper fix.
This commit is contained in:
parent
1cbe10b23c
commit
53903c6521
@ -32,7 +32,7 @@ class IRSDemoTest: IntegrationTestCategory {
|
||||
|
||||
private fun runDateChange(nodeAddr: HostAndPort) {
|
||||
val url = URL("http://$nodeAddr/api/irs/demodate")
|
||||
assert(putJson(url, "\"2017-01-02\""))
|
||||
assert(putJson(url, "\"2017-06-05\""))
|
||||
}
|
||||
|
||||
private fun runTrade(nodeAddr: HostAndPort) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user