From aaa85a4010fc7a771a68cbce46694abd96f2553e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Sun, 4 Sep 2022 06:11:07 +0500 Subject: [PATCH] Update README.md changed the expired link https://www.baeldung.com/mockito-2-java-8 to correct link https://www.baeldung.com/mockito-java-8 --- testing-modules/mockito/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-modules/mockito/README.md b/testing-modules/mockito/README.md index 6fa22b3da3..b5be7edc87 100644 --- a/testing-modules/mockito/README.md +++ b/testing-modules/mockito/README.md @@ -1,6 +1,6 @@ ### Relevant articles -- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-2-java-8) +- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-java-8) - [Lazy Verification with Mockito 2](https://www.baeldung.com/mockito-lazy-verification) - [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception) - [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)