Address PR comments

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-11-03 11:01:47 +00:00
parent ea308e707c
commit a7d79a204b

View File

@@ -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();