Skip to content

Commit

Permalink
[fold] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Dec 2, 2024
1 parent d4c056a commit a280474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/app/EscrowToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ struct EscrowToken_test : public beast::unit_test::suite
BEAST_EXPECT(std::distance(bod.begin(), bod.end()) == 1);
BEAST_EXPECT(
std::find(bod.begin(), bod.end(), bb) == bod.end());

ripple::Dir iod(*env.current(), keylet::ownerDir(gw.id()));
BEAST_EXPECT(std::distance(iod.begin(), iod.end()) == 3);
BEAST_EXPECT(
Expand Down Expand Up @@ -1864,7 +1864,7 @@ struct EscrowToken_test : public beast::unit_test::suite
auto const gseq = env.seq(gw);

env(escrow(alice, gw, USD(1000)), finish_time(env.now() + 1s));

BEAST_EXPECT(
(*env.meta())[sfTransactionResult] ==
static_cast<std::uint8_t>(tesSUCCESS));
Expand Down

0 comments on commit a280474

Please sign in to comment.