Update ImmutablePersonUnitTest.java

This commit is contained in:
Imran Alam 2024-02-05 15:29:01 +05:30 committed by GitHub
parent ac3959d261
commit 1732af8721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
public class ImmutablePersonUnitTest {
@Test
public void givenImmutablePerson_whenAccessFields_thenCorrectValues() {
ImmutablePerson person = new ImmutablePerson("John", 30);