未验证 提交 e612d87d 编写于 作者: P Phodal Huang

refactor: clean ci code

上级 c08006fd
......@@ -20,12 +20,6 @@ func TestMoveClassApp(t *testing.T) {
app.Analysis()
app.Refactoring()
cmd := exec.Command("pwd")
output, _ := cmd.CombinedOutput()
fmt.Println("////////////////////////")
fmt.Println(string(output))
// todo: fix in CI
stat, _ := os.Stat(filepath.FromSlash(absPath + "/move/b/ImportForB.java"))
g.Expect(stat.Name()).To(Equal("ImportForB.java"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册