Skip to content

Commit

Permalink
Fix mess up
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Apr 24, 2024
1 parent 7556dff commit 56c56bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/VaporTests/FileTests.swift
Expand Up @@ -555,7 +555,7 @@ final class FileTests: XCTestCase {
}

func testAsyncFileRead() async throws {
let app = await Application(.testing)
let app = Application(.testing)
defer { app.shutdown() }

let request = Request(application: app, on: app.eventLoopGroup.next())
Expand Down

0 comments on commit 56c56bd

Please sign in to comment.