blob: df960966836cfe39ae9657cf3724a700ca0d18c7 [file] [log] [blame]
package mem_gitstore
import (
"testing"
"go.skia.org/infra/go/gitstore/shared_tests"
"go.skia.org/infra/go/testutils/unittest"
)
func TestMemGitStore(t *testing.T) {
unittest.SmallTest(t)
shared_tests.TestGitStore(t, New())
}