mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 09:16:36 +00:00
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:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user