storage: hook up conformance tests for SQL

This commit is contained in:
Eric Chiang
2016-10-03 12:48:25 -07:00
committed by Eric Chiang
parent e2bf8ceb63
commit 63f56b4269
4 changed files with 112 additions and 6 deletions
+1 -2
View File
@@ -7,6 +7,5 @@ import (
)
func TestStorage(t *testing.T) {
s := New()
conformance.RunTestSuite(t, s)
conformance.RunTestSuite(t, New)
}