Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
fix: Fix Swift header test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Jan 16, 2024
1 parent 0e4fdb0 commit f9e7c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swift/Tests/SwiftNoosphereTests/NoosphereTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ final class NoosphereTests: XCTestCase {
let expected_headers = [
["foo", "bar"],
["hello", "world"],
["Content-Type", "text/subtext"]
["Content-Type", "text/subtext"],
["Content-Length", String(file_bytes.count)]
]

for i in 0..<name_count {
Expand Down

0 comments on commit f9e7c10

Please sign in to comment.