diff --git a/src/test/app/Remit_test.cpp b/src/test/app/Remit_test.cpp index fa1c1ea8d..ac527c9db 100644 --- a/src/test/app/Remit_test.cpp +++ b/src/test/app/Remit_test.cpp @@ -2104,7 +2104,7 @@ struct Remit_test : public beast::unit_test::suite }; std::array 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},