Skip to content

Commit d7ba18e

Browse files
committed
see 04/27 log
1 parent 29464a4 commit d7ba18e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ public static void init() {
107107
// FileUtils.writeFileFromString(readmeCN, sb.toString(), false);
108108
// }
109109
//
110-
// @Test
111-
// public void test() throws Exception {
112-
// System.out.println(System.getProperty("user.dir"));
113-
// }
110+
@Test
111+
public void test() throws Exception {
112+
System.out.println(System.getProperty("user.dir"));
113+
}
114114
}

0 commit comments

Comments
 (0)