Skip to content

Commit 802ea6c

Browse files
committed
[temp] remove negative rate test
1 parent ecc7793 commit 802ea6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/app/Remit_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,9 +2102,8 @@ struct Remit_test : public beast::unit_test::suite
21022102
std::string result;
21032103
TER code;
21042104
};
2105-
std::array<TestRateData, 10> testCases = {{
2105+
std::array<TestRateData, 9> testCases = {{
21062106
{0.0, USD(100), "900", tesSUCCESS},
2107-
{-1.0, USD(100), "900", temBAD_TRANSFER_RATE},
21082107
{0.9, USD(100), "900", temBAD_TRANSFER_RATE},
21092108
{1.0, USD(100), "900", tesSUCCESS},
21102109
{1.1, USD(100), "890", tesSUCCESS},

0 commit comments

Comments
 (0)