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 b2190db commit 006b5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/VaporTests/FileTests.swift
Expand Up @@ -486,7 +486,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 006b5d3

Please sign in to comment.