Skip to content

Commit 71aaa63

Browse files
committed
Tests, Mime: Reflect the last change to extList2mimes().
1 parent da14d59 commit 71aaa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/Utils/Mime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
mimes = o.Mime.extList2mimes(fileFilters, true);
4242
mimes.sort(); // sort to the predictable order
43-
deepEqual(mimes, [".7z", ".gif", ".rar", ".zip", "application/zip", "image/gif"],
43+
deepEqual(mimes, [".7z", ".gif", ".rar", ".zip"],
4444
"If second optional argument is truthy (env potentially supports extensions in accept attribute), add extensions to the list.");
4545

4646
fileFilters.push({ title: "Invalid extensions", extensions: "#ash" });

0 commit comments

Comments
 (0)