Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Jan 23, 2025
1 parent 1288fa2 commit 9af8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test_json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ TEST(test_json, nested_assignment_cause_memory_leak)
object1["key1"] = object2["key2"];
}

TEST(test_json, memory_leak)
TEST(test_json, contained_assignment_memory_leak)
{
bourne::json object = {"key", 1, "nested", {"key", 2}};

Expand Down

0 comments on commit 9af8dea

Please sign in to comment.