refactor
This commit is contained in:
@ -131,7 +131,7 @@ TEST(utils_file, read_and_write_json_file_encrypted) {
|
||||
decrypted_data));
|
||||
EXPECT_STREQ(data.dump().c_str(),
|
||||
nlohmann::json::parse(
|
||||
std::string{decrypted_data.begin(), decrypted_data.end()})
|
||||
std::string(decrypted_data.begin(), decrypted_data.end()))
|
||||
.dump()
|
||||
.c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user