Skip to content

Commit da6ec15

Browse files
committed
cleanup delegate test
1 parent 9a20c20 commit da6ec15

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/app/Delegate_test.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,19 +706,16 @@ class Delegate_test : public beast::unit_test::suite
706706
Account const bob{"bob"};
707707
Account const gw{"gateway"};
708708
Account const carol{"carol"};
709-
Account const dan{"dan"};
710709
auto const USD = gw["USD"];
711710

712-
env.fund(XRP(10000), alice, bob, carol, dan, gw);
711+
env.fund(XRP(10000), alice, bob, carol, gw);
713712
env.close();
714713
env.trust(USD(50000), alice);
715714
env.trust(USD(50000), bob);
716715
env.trust(USD(50000), carol);
717-
env.trust(USD(50000), dan);
718716
env(pay(gw, alice, USD(10000)));
719717
env(pay(gw, bob, USD(10000)));
720718
env(pay(gw, carol, USD(10000)));
721-
env(pay(gw, dan, USD(10000)));
722719
env.close();
723720

724721
// PaymentMint

0 commit comments

Comments
 (0)