From 496d2cfc4abf3738f823b770d39e96a112443eb7 Mon Sep 17 00:00:00 2001 From: Nyor Ja Date: Fri, 14 Oct 2022 00:55:21 +0800 Subject: [PATCH] Move test item changelog to proper position --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1521c29c..b0b59d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Tests -- CompanyServiceImpl - validate the proper mapping behaviour of method "readDetails" - ### Added - Issue and Pull Request templates @@ -32,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `spring-boot-starter-parent` - `2.6.4` to `2.6.12` ### Tests - +- CompanyServiceImpl - validate the proper mapping behaviour of method "readDetails" - Add `mockito-inline` dependency to create inline mocks - **Thank you `@NyorJa`** - Useful to mock final classes and methods, also for having constant regex - Add TestConstants to hold some static final values for use with mocks - **Thank you `@NyorJa`**