minor: remove 'leak' word from test name

Keep ability to grep for 'leak' meaningful by not having it show up on success.
The assertion is redundant anyways, presumably no test leaks.
This commit is contained in:
Karl Seguin
2026-06-12 08:56:50 +08:00
parent d695ce10c3
commit 01ff034bf4

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();