BAEL-8853 Merge jsonb module into another module

- Fixed PMD violation
This commit is contained in:
Dhawal Kapil 2018-09-05 11:24:34 +05:30
parent e899b76d43
commit 0966bd3bb0

View File

@ -20,7 +20,7 @@ import org.junit.Test;
import com.baeldung.adapter.PersonAdapter;
import com.baeldung.jsonb.Person;
public class JsonbTest {
public class JsonbUnitTest {
@Test
public void givenPersonList_whenSerializeWithJsonb_thenGetPersonJsonArray() {