mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
UT: Adjust for changed terNO_DST.
This commit is contained in:
@@ -229,7 +229,7 @@ buster.testCase("Remote functions", {
|
|||||||
.on('proposed', function (m) {
|
.on('proposed', function (m) {
|
||||||
// console.log("proposed: %s", JSON.stringify(m));
|
// console.log("proposed: %s", JSON.stringify(m));
|
||||||
|
|
||||||
// buster.assert.equals(m.result, 'terNO_DST');
|
// buster.assert.equals(m.result, 'terNO_DST_INSUF_XRP');
|
||||||
buster.assert.equals(m.result, 'tesSUCCESS');
|
buster.assert.equals(m.result, 'tesSUCCESS');
|
||||||
|
|
||||||
got_proposed = true;
|
got_proposed = true;
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ buster.testCase("Sending", {
|
|||||||
// Transaction got an error.
|
// Transaction got an error.
|
||||||
// console.log("proposed: %s", JSON.stringify(m));
|
// console.log("proposed: %s", JSON.stringify(m));
|
||||||
|
|
||||||
buster.assert.equals(m.result, 'terNO_DST');
|
buster.assert.equals(m.result, 'terNO_DST_INSUF_XRP');
|
||||||
|
|
||||||
got_proposed = true;
|
got_proposed = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user