mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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) {
|
||||
// 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');
|
||||
|
||||
got_proposed = true;
|
||||
|
||||
@@ -80,7 +80,7 @@ buster.testCase("Sending", {
|
||||
// Transaction got an error.
|
||||
// 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user