refactor: cleanup and add stub
This commit is contained in:
parent
33f978a531
commit
0419251fd1
@ -25,7 +25,6 @@ func newTestStore(t *testing.T) *badgerStore {
|
|||||||
return store
|
return store
|
||||||
}
|
}
|
||||||
|
|
||||||
// generic subtest runner
|
|
||||||
type subtest struct {
|
type subtest struct {
|
||||||
name string
|
name string
|
||||||
run func(t *testing.T)
|
run func(t *testing.T)
|
||||||
|
@ -1 +1,7 @@
|
|||||||
package internal
|
package internal
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestNewRouteCache(t *testing.T) {
|
||||||
|
// TODO: implement
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user