From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js') diff --git a/browser/components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js b/browser/components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js index d965ac264a..c07a44673c 100644 --- a/browser/components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js +++ b/browser/components/downloads/test/unit/test_DownloadsCommon_isFileOfType.js @@ -120,7 +120,7 @@ for (let testData of TESTCASES) { /** * Sanity test the DownloadsCommon.isFileOfType method with test parameters */ -async function test_isFileOfType({ name, typeArg, downloadProps, expected }) { +async function test_isFileOfType({ typeArg, downloadProps, expected }) { let download, result; if (downloadProps) { let downloadData = { -- cgit v1.2.3