Skip to content

Commit 25fa074

Browse files
committed
Fix checkstyle for new Hamcrest import
1 parent 8626b7c commit 25fa074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
org.junit.Assume.*,
8585
org.junit.internal.matchers.ThrowableMessageMatcher.*,
8686
org.hamcrest.CoreMatchers.*,
87+
org.hamcrest.MatcherAssert.*,
8788
org.hamcrest.Matchers.*,
8889
org.mockito.Mockito.*,
8990
org.mockito.BDDMockito.*,

0 commit comments

Comments
 (0)