We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9726d commit 957494aCopy full SHA for 957494a
FlyingFox/Tests/Handlers/HTTPHandlerTests.swift
@@ -176,6 +176,9 @@ struct HTTPHandlerTests {
176
#expect(
177
FileHTTPHandler.makeContentType(for: "fish.jp2") == "image/jp2"
178
)
179
+ #expect(
180
+ FileHTTPHandler.makeContentType(for: "fish.properties") == "text/plain"
181
+ )
182
183
FileHTTPHandler.makeContentType(for: "fish.somefile") == "application/octet-stream"
184
0 commit comments