C++23
This commit is contained in:
parent
f9f973b51e
commit
02d7895033
3 changed files with 32 additions and 27 deletions
|
|
@ -22,7 +22,7 @@ TEST_CASE("[E] Serialize sheet", "[serialize][0]") {
|
|||
}
|
||||
|
||||
TEST_CASE("[F] Deserialize sheet", "[deserialize][0]") {
|
||||
const auto deserializer = []() {
|
||||
const auto deserializer = [] {
|
||||
std::ifstream file{ "character_sheet.json" };
|
||||
return json::parse(file);
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue