Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 10, 2024
1 parent 09c9b17 commit 87d8cbf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions server-sent-events/Tests/AppTests/AppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,4 @@ final class AppTests: XCTestCase {
let port = 0
let logLevel: Logger.Level? = .trace
}

func testApp() async throws {
let args = TestArguments()
let app = try await buildApplication(args)
try await app.test(.router) { client in
try await client.execute(uri: "/health", method: .get) { response in
XCTAssertEqual(response.status, .ok)
}
}
}
}

0 comments on commit 87d8cbf

Please sign in to comment.