fix comment

This commit is contained in:
Looly
2022-04-07 15:55:11 +08:00
parent a607558842
commit b419d8e5f5
2 changed files with 22 additions and 11 deletions

View File

@@ -1,11 +1,12 @@
package cn.hutool.core.lang;
import org.junit.Ignore;
import org.junit.Test;
public class ConsoleTableTest {
@Test
// @Ignore
@Ignore
public void printTest() {
ConsoleTable t = new ConsoleTable();
t.addHeader("姓名", "年龄");