We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377c86 commit 7613dd4Copy full SHA for 7613dd4
src/tests/libxrpl/basics/log.cpp
@@ -503,8 +503,8 @@ TEST_CASE_FIXTURE(JsonLogStreamFixture, "TestJsonLogParams")
503
.as_object()["Field2"]
504
.get_uint64() == std::numeric_limits<std::uint64_t>::max());
505
auto field3Val = logValue.as_object()["MessageParams"]
506
- .as_object()["Field3"]
507
- .get_double();
+ .as_object()["Field3"]
+ .get_double();
508
auto difference = std::abs(field3Val - std::numbers::pi);
509
CHECK(difference < 1e-4);
510
CHECK(logValue.as_object()["Message"].is_string());
0 commit comments