use junit5 annotation

This commit is contained in:
Loredana Crusoveanu 2023-03-17 11:01:15 +02:00
parent a8583ffcd1
commit c0d33261a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package com.baeldung.idd;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import java.util.List;