Update IRS demo test date to a future date. Will follow up with a proper fix.

This commit is contained in:
Andrius Dagys 2017-01-03 17:51:59 +00:00
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) {