mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Mark JSON literal strings with R"JSON (#2169)
This commit is contained in:
@@ -195,7 +195,7 @@ TEST_F(ClusterCommunicationServiceTest, Read_Success)
|
||||
|
||||
EXPECT_CALL(*backend_, fetchClioNodesData).WillOnce([&](auto&&) {
|
||||
std::vector<std::pair<boost::uuids::uuid, std::string>> result = {
|
||||
{selfUuid, R"json({"update_time": "2015-05-15:12:00:00"})json"},
|
||||
{selfUuid, R"JSON({"update_time": "2015-05-15:12:00:00"})JSON"},
|
||||
};
|
||||
|
||||
for (auto const& node : otherNodesData) {
|
||||
|
||||
Reference in New Issue
Block a user