Sfoglia il codice sorgente

remove outdated test

master
Patrick Peng Sun 8 anni fa
parent
commit
dc0a260686
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. +0
    -10
      chatState_test.go

+ 0
- 10
chatState_test.go Vedi File

@@ -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
}

Loading…
Annulla
Salva