Skip to content

Commit

Permalink
Review feedback from @ckeshava: Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Apr 15, 2024
1 parent 707d350 commit f58d42d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/test/jtx/rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class rpc
void
operator()(Env&, JTx& jt) const
{
// The RPC request should fail
// The RPC request should fail. RPC errors result in telENV_RPC_FAILED.
jt.ter = telENV_RPC_FAILED;
if (code_)
{
Expand Down

0 comments on commit f58d42d

Please sign in to comment.