Răsfoiți Sursa

Update authlogger_test.go

Alan Yeung 1 an în urmă
părinte
comite
f4c094b495
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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)
 		}