Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
naferx committed Oct 7, 2023
1 parent 01d8278 commit 03ee7f1
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -459,7 +459,11 @@ trait WebSocketSpecMethods extends PlaySpecification with WsTestClient with Serv
currentApp.set(app)
val testServer = TestServer(testServerPort, app)
val configuredTestServer =
testServer.copy(config = testServer.config.copy(configuration = Configuration(config.underlying.withFallback(testServer.config.configuration.underlying))))
testServer.copy(config =
testServer.config.copy(configuration =
Configuration(config.underlying.withFallback(testServer.config.configuration.underlying))
)
)
runningWithPort(configuredTestServer)(port => block(app, port))
}

Expand Down

0 comments on commit 03ee7f1

Please sign in to comment.