Merge pull request #8127 from amit2103/BAEL-17317-2

[BAEL-17317] - Check article code - https://www.baeldung.com/junit-be
This commit is contained in:
Josh Cummings 2019-12-03 18:11:03 -07:00 committed by GitHub
commit dceea7f068
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public class BeforeAndAfterAnnotationsUnitTest {
}
@Test
public void whenCheckingListSize_ThenSizeEqualsToInit() {
public void whenCheckingListSize_thenSizeEqualsToInit() {
LOG.info("executing test");
assertEquals(2, list.size());
@ -42,7 +42,7 @@ public class BeforeAndAfterAnnotationsUnitTest {
}
@Test
public void whenCheckingListSizeAgain_ThenSizeEqualsToInit() {
public void whenCheckingListSizeAgain_thenSizeEqualsToInit() {
LOG.info("executing another test");
assertEquals(2, list.size());