Skip to content

Commit ac2f8de

Browse files
Fix typo in AuditingBeanRegistrationAotProcessorUnitTests
1 parent 9e157dc commit ac2f8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/aot/AuditingBeanRegistrationAotProcessorUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void contributesProxyForAuditorAwareInterface() {
5858
}
5959

6060
@Test // GH-2593
61-
void contributesProxyForReactriveAuditorAwareInterface() {
61+
void contributesProxyForReactiveAuditorAwareInterface() {
6262

6363
String beanName = "auditorAware";
6464
beanFactory.registerBeanDefinition("auditorAware",

0 commit comments

Comments
 (0)