mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-05 11:45:51 +00:00
Address PR comments
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -1353,11 +1353,6 @@ class Check_test : public beast::unit_test::suite
|
||||
env(pay(gw, alice, USD(20)));
|
||||
env.close();
|
||||
|
||||
// Before bob gets a trustline, have him try to cash a check.
|
||||
// Should fail.
|
||||
env(check::create(alice, bob, USD(20)));
|
||||
env.close();
|
||||
|
||||
// Now set up bob's trustline.
|
||||
env(trust(bob, USD(20)));
|
||||
env.close();
|
||||
|
||||
Reference in New Issue
Block a user