mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Enable PropertyResolverExtensionsKotlinTests
Closes gh-31553
This commit is contained in:
Vendored
-2
@@ -19,7 +19,6 @@ package org.springframework.core.env
|
||||
import io.mockk.every
|
||||
import io.mockk.mockk
|
||||
import io.mockk.verify
|
||||
import org.junit.jupiter.api.Disabled
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
/**
|
||||
@@ -27,7 +26,6 @@ import org.junit.jupiter.api.Test
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
*/
|
||||
@Disabled
|
||||
class PropertyResolverExtensionsKotlinTests {
|
||||
|
||||
val propertyResolver = mockk<PropertyResolver>()
|
||||
|
||||
Reference in New Issue
Block a user