Sign in
skia
/
buildbot.git
/
5f68de3ef7cdb22373991e482b4f2c5d7cd47928
/
.
/
go
/
gitstore
/
mem_gitstore
/
mem_gitstore_test.go
blob: 62f7de5f69c2e02daa4bbba05e35974dd63200b1 [
file
] [
log
] [
blame
]
package mem_gitstore
import (
"testing"
"go.skia.org/infra/go/gitstore/shared_tests"
)
func TestMemGitStore(t *testing.T) {
shared_tests.TestGitStore(t, New())
}