Merge pull request #13664 from eugenp/build-fix

use junit5 annotation
This commit is contained in:
Loredana Crusoveanu 2023-03-17 11:04:36 +02:00 committed by GitHub
commit bd154b8906
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;