Merge pull request #2715 from lightpanda-io/improve_name_test

minor: remove 'leak' word from test name
This commit is contained in:
Karl Seguin
2026-06-12 09:21:54 +08:00
committed by GitHub

View File

@@ -978,7 +978,7 @@ test "cdp.dom: setFileInputFiles requires a node identifier" {
try ctx.expectSentError(-31998, "MissingParams", .{ .id = 1 });
}
test "cdp.dom: setFileInputFiles errors (and leaks nothing) when a path is missing" {
test "cdp.dom: setFileInputFiles errors when a path is missing" {
var ctx = try testing.context();
defer ctx.deinit();