1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
This commit is contained in:
Chen-I Lim 2021-02-02 12:57:36 -08:00
parent 5db1d00d64
commit 58c967bf53

View File

@ -14,10 +14,6 @@ import (
"github.com/stretchr/testify/require"
)
func isValidSessionToken(token string) bool {
return true
}
func TestGetParentID(t *testing.T) {
ctrl := gomock.NewController(t)
defer ctrl.Finish()