mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-08-04 03:34:12 -04:00
Merge pull request #2715 from lightpanda-io/improve_name_test
minor: remove 'leak' word from test name
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user