Move to newer metrics version

This commit is contained in:
Christoph Hagen
2023-02-17 00:09:51 +01:00
parent e96b85b1cc
commit 23fd5055cd
5 changed files with 42 additions and 22 deletions

View File

@ -43,10 +43,10 @@ final class AppTests: XCTestCase {
XCTAssertEqual(content, input.content)
}
func testMessageTransmission() throws {
func testMessageTransmission() async throws {
let app = Application(.testing)
defer { app.shutdown() }
try configure(app)
try await configure(app)
// How to open a socket via request?
}