更新使用 Junit 5 的测试类

This commit is contained in:
YuCheng Hu 2022-04-30 18:34:11 -04:00
parent 2b7b8e8f94
commit 975b028e08
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package com.ossez.toolkits.codebank.tests;
import org.apache.commons.math3.util.FastMath;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;