Skip to content

Commit

Permalink
[fixup] rerun actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 18, 2024
1 parent e4a5c52 commit 659e705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/app/Batch_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ class Batch_test : public beast::unit_test::suite

auto const seq = env.seq(alice);
auto const batchFee = feeDrops * 2;
env(batch::batch(alice, seq, batchFee, tfAllOrNothing),
env(batch::batch(alice, 0, batchFee, tfAllOrNothing),
batch::add(pay(alice, bob, XRP(1)), alice, 1, 0, aliceTicketSeq),
batch::add(pay(alice, bob, XRP(1)), alice, 0, seq),
ticket::use(aliceTicketSeq++));
Expand All @@ -1557,7 +1557,7 @@ class Batch_test : public beast::unit_test::suite
params[jss::transactions] = true;
params[jss::expand] = true;
auto const jrr = env.rpc("json", "ledger", to_string(params));
// std::cout << jrr << std::endl;
std::cout << jrr << std::endl;
auto const txn = getTxByIndex(jrr, 2);
validateBatchTxns(txn[jss::metaData], 3, testCases);
validateBatchMeta(txn[jss::metaData], preAlice, seq, 10, 10);
Expand Down

0 comments on commit 659e705

Please sign in to comment.