Skip to content

Commit

Permalink
Allow constructor injection of MockWebServer
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jan 13, 2024
1 parent 8fecf67 commit f9be13d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class MockWebServerExtension :
parameterContext: ParameterContext,
extensionContext: ExtensionContext,
): Boolean {
// Not supported on constructors, or static contexts
return parameterContext.parameter.type === MockWebServer::class.java
}

Expand Down

0 comments on commit f9be13d

Please sign in to comment.