test: enable unit tests to work with variable reference fee (#5145)

Fix remaining unit tests to be able to process reference fee values other than 10.
This commit is contained in:
Vlad
2025-03-25 14:31:25 +00:00
committed by tequ
parent 4d25c36026
commit f1490215cb
36 changed files with 816 additions and 399 deletions

View File

@@ -57,6 +57,7 @@ struct SetAuth_test : public beast::unit_test::suite
env.fund(XRP(100000), "alice", "bob", gw);
env(fset(gw, asfRequireAuth));
env.close();
env(auth(gw, "alice", "USD"));
BEAST_EXPECT(
env.le(keylet::line(Account("alice").id(), gw.id(), USD.currency)));