use junit5 annotation
This commit is contained in:
parent
a8583ffcd1
commit
c0d33261a9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue