Skip to content

Commit

Permalink
update test to match
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jun 27, 2023
1 parent 38170b6 commit 413388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rpc/Transaction_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class Transaction_test : public beast::unit_test::suite
auto const tx = env.jt(noop(alice), seq(env.seq(alice))).stx;
auto const ctid =
*RPC::encodeCTID(endLegSeq, tx->getSeqProxy().value(), netID);
for (int deltaEndSeq = 0; deltaEndSeq < 3; ++deltaEndSeq)
for (int deltaEndSeq = 0; deltaEndSeq < 2; ++deltaEndSeq)
{
auto const result = env.rpc(
COMMAND,
Expand Down

0 comments on commit 413388d

Please sign in to comment.