Skip to content

Commit c27ae3c

Browse files
committed
fix clang-tidy issues
1 parent 7d213f2 commit c27ae3c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/app/Sponsor_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6538,7 +6538,7 @@ class Sponsor_test : public beast::unit_test::Suite
65386538
env(pay(gw, alice, usd(500)));
65396539
env.close();
65406540

6541-
AMM amm(env, alice, XRP(100), usd(100));
6541+
AMM const amm(env, alice, XRP(100), usd(100));
65426542

65436543
// rogue is never funded; it only supplies a real signing keypair.
65446544
Account const rogue("rogue");

src/test/app/TxQ_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <test/jtx/WSClient.h>
66
#include <test/jtx/amount.h>
77
#include <test/jtx/balance.h>
8-
#include <test/jtx/check.h>
98
#include <test/jtx/delegate.h>
109
#include <test/jtx/envconfig.h>
1110
#include <test/jtx/fee.h>

0 commit comments

Comments
 (0)