Cleanup
This commit is contained in:
parent
5db1d00d64
commit
58c967bf53
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
func isValidSessionToken(token string) bool {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestGetParentID(t *testing.T) {
|
func TestGetParentID(t *testing.T) {
|
||||||
ctrl := gomock.NewController(t)
|
ctrl := gomock.NewController(t)
|
||||||
defer ctrl.Finish()
|
defer ctrl.Finish()
|
||||||
|
|
Loading…
Reference in a new issue