Skip to content

Commit 957494a

Browse files
committed
Update tests
1 parent 0b9726d commit 957494a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FlyingFox/Tests/Handlers/HTTPHandlerTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ struct HTTPHandlerTests {
176176
#expect(
177177
FileHTTPHandler.makeContentType(for: "fish.jp2") == "image/jp2"
178178
)
179+
#expect(
180+
FileHTTPHandler.makeContentType(for: "fish.properties") == "text/plain"
181+
)
179182
#expect(
180183
FileHTTPHandler.makeContentType(for: "fish.somefile") == "application/octet-stream"
181184
)

0 commit comments

Comments
 (0)