We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29464a4 commit d7ba18eCopy full SHA for d7ba18e
utilcode/src/test/java/com/blankj/utilcode/util/TestUtils.java
@@ -107,8 +107,8 @@ public static void init() {
107
// FileUtils.writeFileFromString(readmeCN, sb.toString(), false);
108
// }
109
//
110
-// @Test
111
-// public void test() throws Exception {
112
-// System.out.println(System.getProperty("user.dir"));
113
-// }
+ @Test
+ public void test() throws Exception {
+ System.out.println(System.getProperty("user.dir"));
+ }
114
}
0 commit comments