Browse Source

remove outdated test

master
Patrick Peng Sun 8 years ago
parent
commit
dc0a260686
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      chatState_test.go

+ 0
- 10
chatState_test.go View 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…
Cancel
Save