use junit5 annotation

This commit is contained in:
Loredana Crusoveanu
2023-03-17 11:01:15 +02:00
parent 8d9f812941
commit 5be152bc3b

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;