Explorar el Código

globalPath added angular2 app root

master
Patrick Peng Sun hace 8 años
padre
commit
6a2c91f686
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common_test.go

+ 1
- 1
common_test.go Ver fichero

@@ -19,7 +19,7 @@ func SetupConfig() {
"https://c.hitxy.org.au/",
"wechat",
"crmwechat.api"}
GlobalPath = PathsConfig{"/tmp"}
GlobalPath = PathsConfig{"/tmp", "/tmp"}
}

func AssertEqual(t *testing.T, a interface{}, b interface{}, message string) {

Cargando…
Cancelar
Guardar