mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
miss importing 'org.junit.Ignore'
This commit is contained in:
parent
10735f11bd
commit
eb89096bd1
@ -2,6 +2,7 @@ package cn.hutool.core.text.csv;
|
|||||||
|
|
||||||
import cn.hutool.core.io.FileUtil;
|
import cn.hutool.core.io.FileUtil;
|
||||||
import cn.hutool.core.util.CharsetUtil;
|
import cn.hutool.core.util.CharsetUtil;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class CsvWriterTest {
|
public class CsvWriterTest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user