Skip to content

Commit

Permalink
move comment to a more appropriate location
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Apr 11, 2024
1 parent 25d1e45 commit 394babe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/test/jtx/Env_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ class Env_test : public beast::unit_test::suite
// Force the factor low enough to fail
params[jss::fee_mult_max] = 1;
params[jss::fee_div_max] = 2;
// RPC errors result in telENV_RPC_FAILED
envs(
noop(alice),
fee(none),
Expand Down
1 change: 1 addition & 0 deletions src/test/jtx/rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class rpc
void
operator()(Env&, JTx& jt) const
{
// RPC errors result in telENV_RPC_FAILED
jt.ter = telENV_RPC_FAILED;
if (code_)
jt.rpcCode = {
Expand Down

0 comments on commit 394babe

Please sign in to comment.