mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -60,8 +60,8 @@ public:
|
||||
testInvalidFailHard(1);
|
||||
testInvalidFailHard(0);
|
||||
testInvalidFailHard(1.5);
|
||||
testInvalidFailHard(json::Value(json::ObjectValue));
|
||||
testInvalidFailHard(json::Value(json::ArrayValue));
|
||||
testInvalidFailHard(json::Value(json::ValueType::Object));
|
||||
testInvalidFailHard(json::Value(json::ValueType::Array));
|
||||
|
||||
// Valid boolean values should work (not return invalidParams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user