Let's make this test green!!!
```java class NewYear2022Test { @ParameterizedTest @DisplayName("Wishing you all the best in the New Year!!!") void everythingShouldBeTheBestFor(You you) { Year oldYear = new YearRepository().find("2021"); Year newYear = YearFactory().createNew("2022"); assertThat(newYear) .willBeBetterThan(oldYear) .willBringLotOfJoyTo(you) .willBeFullOf( happiness(), challenges(), unforgettableMoments()); } } ```
Hi, Year 2023 is on his way and I wish new year wishes to all and peace for the whole world.
ReplyDelete