Skip to content

Commit

Permalink
Rename http2 test class
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Feb 7, 2019
1 parent a37fba6 commit 24c7b56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,4 +3,4 @@ package io.ktor.tests.server.jetty
import io.ktor.server.jetty.*
import io.ktor.server.testing.*

class JettyEngineTest : EngineTestSuite<JettyApplicationEngine, JettyApplicationEngineBase.Configuration>(Jetty)
class JettyEngineHttp2Test : EngineTestSuite<JettyApplicationEngine, JettyApplicationEngineBase.Configuration>(Jetty)

0 comments on commit 24c7b56

Please sign in to comment.