Skip to content

Commit 747842a

Browse files
committed
Switch Mockito.Matchers to ArgumentMatchers
1 parent 9ca6e98 commit 747842a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/fge/jackson/jsonpointer/TreePointerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import java.util.List;
3030

31-
import static org.mockito.Matchers.any;
31+
import static org.mockito.ArgumentMatchers.any;
3232
import static org.mockito.Mockito.*;
3333
import static org.testng.Assert.*;
3434

0 commit comments

Comments
 (0)