Skip to content

Commit 981a748

Browse files
nkjackzhangsbrannen
authored andcommitted
Fix ambiguous static import in TestPropertySourceUtilsTests
1 parent 6f9fb31 commit 981a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/context/support/TestPropertySourceUtilsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.springframework.mock.env.MockPropertySource;
3333
import org.springframework.test.context.TestPropertySource;
3434

35-
import static org.hamcrest.CoreMatchers.*;
35+
import static org.hamcrest.CoreMatchers.containsString;
3636
import static org.hamcrest.CoreMatchers.startsWith;
3737
import static org.junit.Assert.*;
3838
import static org.mockito.Matchers.*;

0 commit comments

Comments
 (0)