浏览代码

Update authlogger_test.go

Alan Yeung 1 年之前
父节点
当前提交
f4c094b495
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mod/auth/authlogger/authlogger_test.go

+ 1 - 0
mod/auth/authlogger/authlogger_test.go

@@ -19,6 +19,7 @@ func setupSuite(t *testing.T) func(t *testing.T) {
 	return func(t *testing.T) {
 		t.Log("Cleaning up")
 		err := os.RemoveAll(filePath)
+		os.RemoveAll("./system/")
 		if err != nil {
 			t.Fatalf("Failed to clean up: %v", err)
 		}