mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Use uppercase for classpath-related static final field names
Closes gh-35525
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ class ScheduledAnnotationReactiveSupportTests {
|
||||
|
||||
@Test
|
||||
void ensureReactor() {
|
||||
assertThat(ScheduledAnnotationReactiveSupport.reactorPresent).isTrue();
|
||||
assertThat(ScheduledAnnotationReactiveSupport.REACTOR_PRESENT).isTrue();
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
|
||||
Reference in New Issue
Block a user