Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 7, 2025
1 parent 9faef17 commit 6858861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/app/Remit_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ struct Remit_test : public beast::unit_test::suite
};
std::array<TestRateData, 10> testCases = {{
{0.0, USD(100), "900", tesSUCCESS},
{-1.0, USD(100), "900", tesSUCCESS}, // -1 is converted to 0
{-1.0, USD(100), "900", temBAD_TRANSFER_RATE},
{0.9, USD(100), "900", temBAD_TRANSFER_RATE},
{1.0, USD(100), "900", tesSUCCESS},
{1.1, USD(100), "890", tesSUCCESS},
Expand Down

0 comments on commit 6858861

Please sign in to comment.