Skip to content

Commit

Permalink
Rename test method to reflect implementation change
Browse files Browse the repository at this point in the history
  • Loading branch information
baarde committed Apr 9, 2024
1 parent 8b95dd8 commit 8f88aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/VaporTests/RouteTests.swift
Expand Up @@ -245,7 +245,7 @@ final class RouteTests: XCTestCase {
}
}

func testExplicitHeadRouteHandlerOverridesGeneratedHandler() throws {
func testExplicitHeadRouteOverridesForwardingToGet() throws {
let app = Application(.testing)
defer { app.shutdown() }

Expand Down

0 comments on commit 8f88aad

Please sign in to comment.