TestStart

This commit is contained in:
tengge 2020-05-30 21:59:18 +08:00
parent ae7e1c3e83
commit e66530bae8

View File

@ -45,7 +45,8 @@ func TestMux(t *testing.T) {
}
func TestStart(t *testing.T) {
// TODO: Test Start Function
// TODO: We CAN NOT test Start function here, and it may need reconstruct.
//
// if err := Create("../config.toml"); err != nil {
// t.Error(err)
// }