Skip to content

Commit 9b880c6

Browse files
committed
fix: updated the lut expectations for xrp tests
1 parent 4b8f751 commit 9b880c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e_tests/xrp/balance_decreasing_transaction/balance_decreasing_transaction_prepare_response.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe(`/BalanceDecreasingTransaction/prepareResponse (${getTestFile(__filenam
3535
'0x7465737458525000000000000000000000000000000000000000000000000000',
3636
);
3737
expect(res.votingRound).to.be.equal('0');
38-
expect(res.lowestUsedTimestamp).to.be.equal('2680162100');
38+
expect(res.lowestUsedTimestamp).to.be.equal('1733477300');
3939
expect(res.requestBody.transactionId).to.be.equal(
4040
'0xa7182f8cac67e7b0e16cca46e2b40abb01565d207d525a6f0a27c057f35f800c',
4141
);

test/e2e_tests/xrp/payment/payment_prepare_response.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe(`/Payment/prepareResponse (${getTestFile(__filename)})`, () => {
3434
);
3535
expect(response.body.response.votingRound).to.be.equal('0');
3636
expect(response.body.response.lowestUsedTimestamp).to.be.equal(
37-
'2680162100',
37+
'1733477300',
3838
);
3939
expect(response.body.response.requestBody.transactionId).to.be.equal(
4040
'0xa7182f8cac67e7b0e16cca46e2b40abb01565d207d525a6f0a27c057f35f800c',

0 commit comments

Comments
 (0)