File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,9 @@ class FeeVote_test : public beast::unit_test::suite
867
867
Env env (*this , testable_amendments () | featureXRPFees);
868
868
869
869
// establish what the current fees are
870
- BEAST_EXPECT (env.current ()->fees ().base == XRPAmount{10 });
870
+ BEAST_EXPECT (
871
+ env.current ()->fees ().base ==
872
+ XRPAmount{UNIT_TEST_REFERENCE_FEE});
871
873
BEAST_EXPECT (
872
874
env.current ()->fees ().reserve == XRPAmount{200'000'000 });
873
875
BEAST_EXPECT (
@@ -977,7 +979,9 @@ class FeeVote_test : public beast::unit_test::suite
977
979
testable_amendments () | featureXRPFees | featureSmartEscrow);
978
980
979
981
// establish what the current fees are
980
- BEAST_EXPECT (env.current ()->fees ().base == XRPAmount{10 });
982
+ BEAST_EXPECT (
983
+ env.current ()->fees ().base ==
984
+ XRPAmount{UNIT_TEST_REFERENCE_FEE});
981
985
BEAST_EXPECT (
982
986
env.current ()->fees ().reserve == XRPAmount{200'000'000 });
983
987
BEAST_EXPECT (
You can’t perform that action at this time.
0 commit comments