Skip to content

Commit

Permalink
Invert two lines of code as result of a merge conflict (change was pu…
Browse files Browse the repository at this point in the history
…shed to the wrong branch)
  • Loading branch information
Joannis committed Oct 31, 2023
1 parent 7d25b52 commit cb57a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/HummingbirdTests/TracingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ final class TracingTests: XCTestCase {
router.middlewares.add(SpanMiddleware())
router.middlewares.add(HBTracingMiddleware())
router.get("/") { _, context -> HTTPResponseStatus in
return .ok
try await Task.sleep(for: .milliseconds(2))
return .ok
}
let app = HBApplication(responder: router.buildResponder())
try await app.test(.router) { client in
Expand Down

0 comments on commit cb57a5b

Please sign in to comment.