Explorar el Código

remove outdated test

master
Patrick Peng Sun hace 8 años
padre
commit
dc0a260686
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. +0
    -10
      chatState_test.go

+ 0
- 10
chatState_test.go Ver fichero

@@ -38,13 +38,3 @@ func TestChatState(t *testing.T) {
AssertEqual(t, err, nil, "delete chatState should be good")

}

func TestStartProcedure(t *testing.T) {
openID := "id"
s := startProcedure(openID, "TestDummy")
AssertEqual(t, s != nil, true, "TestDummy should return error")
s = startProcedure(openID, "TestEcho")
AssertEqual(t, s, nil, "TestEqual should return success")
//read it back
//TODO read it back and check it
}

Cargando…
Cancelar
Guardar