Commit 0cc33d5c authored by Phillip Webb's avatar Phillip Webb

Revert class name change

This reverts commit de7b6246.
parent 0be119ea
...@@ -32,7 +32,7 @@ import org.springframework.util.ClassUtils; ...@@ -32,7 +32,7 @@ import org.springframework.util.ClassUtils;
*/ */
public class WebTestClientContextCustomizerFactory implements ContextCustomizerFactory { public class WebTestClientContextCustomizerFactory implements ContextCustomizerFactory {
private static final String WEB_TEST_CLIENT_CLASS = "org.springframework.web.reactive.function.client.WebTestClient"; private static final String WEB_TEST_CLIENT_CLASS = "org.springframework.web.reactive.function.client.WebClient";
@Override @Override
public ContextCustomizer createContextCustomizer(Class<?> testClass, public ContextCustomizer createContextCustomizer(Class<?> testClass,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment